示例#1
0
        static public bool CanSetAndGet(this PropInfoEX item)
        {
            if (item.CanSet() && item.CanGet())
            {
                return(true);
            }

            return(false);
        }
示例#2
0
        public override bool CanLoad()
        {
            if (prop.CanGet())
            {
                return(true);
            }

            return(false);
        }