Beispiel #1
0
        public object Clone()
        {
            PropertyDef ret = new PropertyDef(Name, Type, Display, DisplayEmpty, DisplayEmptyFirst, Properties);

            return(ret);
        }
Beispiel #2
0
        public object Clone()
        {
            var propertyDef = new PropertyDef(Name, Type, Display, DisplayEmpty, DisplayEmptyFirst, Properties);

            return(propertyDef);
        }