Example #1
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);
 }
Example #2
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));
 }