コード例 #1
0
ファイル: Class129.cs プロジェクト: no1mann/Open-GHTCP
        public Class129(Class144 class144_0, int int_1, bool bool_1) : base(bool_1)
        {
            int num = class144_0.vmethod_14();

            this.byte_0 = new byte[num];
            class144_0.vmethod_15(this.byte_0, this.byte_0.Length);
            this.int_0 = class144_0.vmethod_14();
            if (this.int_0 > 0)
            {
                this.class146_0 = new Class146[this.int_0];
            }
            for (int i = 0; i < this.int_0; i++)
            {
                this.class146_0[i] = new Class146(class144_0);
            }
        }
コード例 #2
0
ファイル: Class129.cs プロジェクト: ExileLord/Open-GHTCP
 public Class129(Class144 class144_0, int int_1, bool bool_1)
     : base(bool_1)
 {
     int num = class144_0.vmethod_14();
     this.byte_0 = new byte[num];
     class144_0.vmethod_15(this.byte_0, this.byte_0.Length);
     this.int_0 = class144_0.vmethod_14();
     if (this.int_0 > 0)
     {
         this.class146_0 = new Class146[this.int_0];
     }
     for (int i = 0; i < this.int_0; i++)
     {
         this.class146_0[i] = new Class146(class144_0);
     }
 }
コード例 #3
0
ファイル: Class146.cs プロジェクト: ExileLord/Open-GHTCP
 public Class146(Class144 class144_0)
 {
     int num = class144_0.vmethod_14();
     if (num == 0)
     {
         return;
     }
     this.byte_0 = new byte[num];
     class144_0.vmethod_15(this.byte_0, this.byte_0.Length);
 }
コード例 #4
0
ファイル: Class146.cs プロジェクト: no1mann/Open-GHTCP
        public Class146(Class144 class144_0)
        {
            int num = class144_0.vmethod_14();

            if (num == 0)
            {
                return;
            }
            this.byte_0 = new byte[num];
            class144_0.vmethod_15(this.byte_0, this.byte_0.Length);
        }