예제 #1
0
 public ArrayPointerRootNode(int int_2, int int_3, AbsTreeNode1_1 class276_0)
 {
     this.int_0 = int_2;
     this.int_1 = int_3;
     base.Nodes.Add(class276_0);
     this.vmethod_0();
 }
예제 #2
0
 public ArrayPointerRootNode(int int_2, int int_3, AbsTreeNode1_1 class276_0)
 {
     this.int_0 = int_2;
     this.int_1 = int_3;
     base.Nodes.Add(class276_0);
     this.vmethod_0();
 }
예제 #3
0
 public void method_8(AbsTreeNode1_1 class276_0)
 {
     if (base.Nodes.Count != 0)
     {
         base.Nodes[0] = class276_0;
         return;
     }
     base.Nodes.Add(class276_0);
 }
예제 #4
0
 public void method_8(AbsTreeNode1_1 class276_0)
 {
     if (base.Nodes.Count != 0)
     {
         base.Nodes[0] = class276_0;
         return;
     }
     base.Nodes.Add(class276_0);
 }
예제 #5
0
 public ArrayPointerNode(int int_1, AbsTreeNode1_1 class276_0)
 {
     this.int_0 = int_1;
     base.Nodes.Add(class276_0);
     this.vmethod_0();
 }
예제 #6
0
 public ArrayPointerNode(string string_0, AbsTreeNode1_1 class276_0)
     : this(QbSongClass1.smethod_9(string_0), class276_0)
 {
 }
예제 #7
0
 public ArrayPointerRootNode(string string_0, int int_2, AbsTreeNode1_1 class276_0) : this(QbSongClass1.smethod_9(string_0), int_2, class276_0)
 {
 }
예제 #8
0
 public ArrayPointerNode(int int_1, AbsTreeNode1_1 class276_0)
 {
     this.int_0 = int_1;
     base.Nodes.Add(class276_0);
     this.vmethod_0();
 }