示例#1
0
        public PlainstBools CreatePlainerType()
        {
            var cloned = new PlainstBools();

            return(cloned);
        }
示例#2
0
 protected PlainstBools CreatePlainerType(PlainstBools cloned)
 {
     return(cloned);
 }
示例#3
0
 public PlainstTreeStruct()
 {
     _Bools = new PlainstBools();
 }