Example #1
0
    public override void HrqIugnatr8(BinaryStream binaryStream_0)
    {
        base.HrqIugnatr8(binaryStream_0);
        binaryStream_0.smethod_1();
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int  num  = 0;
        uint num2 = (uint)binaryStream_0.smethod_0();

        while ((long)num < (long)((ulong)num2))
        {
            GClass602 gclass = GClass86.smethod_2((int)binaryStream_0.smethod_1()) as GClass602;
            gclass.HrqIugnatr8(binaryStream_0);
            this.vector_0.method_0(gclass);
            num++;
        }
    }
Example #2
0
 public GClass772(Vector <GClass772> vector_1 = null, string string_0 = "", GClass602 gclass602_0 = null)
 {
     Class13.NP5bWyNzLwONS();
     this.Name = "";
     base..ctor();
     if (vector_1 == null)
     {
         this.vector_0 = new Vector <GClass772>();
     }
     else
     {
         this.vector_0 = vector_1;
     }
     this.Name = string_0;
     if (gclass602_0 == null)
     {
         this.Value = new GClass602("");
         return;
     }
     this.Value = gclass602_0;
 }