コード例 #1
0
        public PlainstTreeStruct CreatePlainerType()
        {
            var cloned = new PlainstTreeStruct();

            cloned.Bools = Bools.CreatePlainerType();
            return(cloned);
        }
コード例 #2
0
ファイル: MAIN.g.cs プロジェクト: Inxton/template.essentials
 public PlainMAIN()
 {
     _Hello_World = new PlainstTreeStruct();
 }
コード例 #3
0
 protected PlainstTreeStruct CreatePlainerType(PlainstTreeStruct cloned)
 {
     cloned.Bools = Bools.CreatePlainerType();
     return(cloned);
 }