예제 #1
0
 public override void vmethod_14(Stream26 stream26_0)
 {
     stream26_0.WriteInt(this.int_0);
     stream26_0.WriteInt(this.byte_0.Length);
     byte[] array = new Class320().method_0(this.byte_0);
     if (this.byte_0.Length <= array.Length)
     {
         array = this.byte_0;
     }
     stream26_0.WriteInt(array.Length);
     stream26_0.WriteByteArray(array, false);
     stream26_0.WriteNBytes(0, AbstractTreeNode1.smethod_0(stream26_0.Position));
 }
예제 #2
0
 public override void vmethod_2(ref int int1)
 {
     int1 += 12;
     if (Byte0 != null)
     {
         var array = new Class320().method_0(Byte0);
         if (Byte0.Length <= array.Length)
         {
             array = Byte0;
         }
         int1 += array.Length;
     }
     int1 += smethod_0(int1);
 }
예제 #3
0
        public override void vmethod_14(Stream26 stream260)
        {
            stream260.WriteInt(Int0);
            stream260.WriteInt(Byte0.Length);
            var array = new Class320().method_0(Byte0);

            if (Byte0.Length <= array.Length)
            {
                array = Byte0;
            }
            stream260.WriteInt(array.Length);
            stream260.WriteByteArray(array, false);
            stream260.WriteNBytes(0, smethod_0(stream260.Position));
        }
예제 #4
0
 public override void vmethod_2(ref int int_1)
 {
     int_1 += 12;
     if (this.byte_0 != null)
     {
         byte[] array = new Class320().method_0(this.byte_0);
         if (this.byte_0.Length <= array.Length)
         {
             array = this.byte_0;
         }
         int_1 += array.Length;
     }
     int_1 += AbstractTreeNode1.smethod_0((long)int_1);
 }
 public abstract void Visit(Class320 c);
 public override void Visit(Class320 c) { }