Example #1
0
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        this.gclass491_0 = (GClass491)GClass86.smethod_2((int)binaryStream_0.smethod_1());
        if (this.gclass491_0 != null)
        {
            this.gclass491_0.imethod_1(binaryStream_0);
        }
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            GClass680 gclass = (GClass680)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_0.method_0(gclass);
            i++;
        }
        this.gclass680_0 = (GClass680)GClass86.smethod_2((int)binaryStream_0.smethod_1());
        if (this.gclass680_0 != null)
        {
            this.gclass680_0.imethod_1(binaryStream_0);
        }
    }
Example #2
0
 public GClass456(GClass491 gclass491_1 = null, Vector <GClass680> vector_1 = null, GClass680 gclass680_1 = null)
 {
     Class13.lOBHd9Nzn7x2T();
     base..ctor();
     if (gclass491_1 == null)
     {
         this.gclass491_0 = new GClass491(0, null, null, null, null, "", "");
     }
     else
     {
         this.gclass491_0 = gclass491_1;
     }
     if (vector_1 == null)
     {
         this.vector_0 = new Vector <GClass680>();
     }
     else
     {
         this.vector_0 = vector_1;
     }
     if (gclass680_1 == null)
     {
         this.gclass680_0 = new GClass680("", "", 0, 0, 0);
         return;
     }
     this.gclass680_0 = gclass680_1;
 }