Example #1
0
        public PlainstTreeStruct CreatePlainerType()
        {
            var cloned = new PlainstTreeStruct();

            cloned.Bools = Bools.CreatePlainerType();
            return(cloned);
        }
Example #2
0
 public PlainMAIN()
 {
     _Hello_World = new PlainstTreeStruct();
 }
Example #3
0
 protected PlainstTreeStruct CreatePlainerType(PlainstTreeStruct cloned)
 {
     cloned.Bools = Bools.CreatePlainerType();
     return(cloned);
 }