예제 #1
0
    public override void imethod_1(BinaryStream binaryStream_0)
    {
        binaryStream_0.smethod_1();
        base.imethod_1(binaryStream_0);
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = (int)binaryStream_0.smethod_1();

        while (i < num)
        {
            GClass618 gclass = (GClass618)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_0.method_0(gclass);
            i++;
        }
    }
예제 #2
0
 public GClass820(Vector <GClass820> vector_0 = null, string string_0 = "", GClass618 gclass618_0 = null)
 {
     Class13.lOBHd9Nzn7x2T();
     this.Name = "";
     base..ctor();
     if (vector_0 == null)
     {
         this.semxRgmpuu = new Vector <GClass820>();
     }
     else
     {
         this.semxRgmpuu = vector_0;
     }
     if (gclass618_0 == null)
     {
         this.Value = new GClass618("");
     }
     else
     {
         this.Value = gclass618_0;
     }
     this.Name = string_0;
 }