Exemplo n.º 1
0
        public PlainstBools CreatePlainerType()
        {
            var cloned = new PlainstBools();

            return(cloned);
        }
Exemplo n.º 2
0
 protected PlainstBools CreatePlainerType(PlainstBools cloned)
 {
     return(cloned);
 }
Exemplo n.º 3
0
 public PlainstTreeStruct()
 {
     _Bools = new PlainstBools();
 }