private Class723 method_3(int?sectionId, int position, MemoryStream stream) { Class723 class723 = new Class723(sectionId, position, stream); this.list_1.Add(class723); return(class723); }
private Class723 method_2(int?sectionId, ref int position, MemoryStream stream) { Class723 class723 = this.method_3(sectionId, position, stream); if (stream != null) { position += (int)stream.Length; } return(class723); }
private void method_1() { int position = (int)Class745.smethod_0(this.int_0); this.class723_0 = this.method_2(new int?(0), ref position, this.memoryStream_0); this.class723_3 = this.method_2(new int?(), ref position, this.memoryStream_4); this.class723_1 = this.method_2(new int?(1), ref position, this.memoryStream_1); this.class723_2 = this.method_2(new int?(4), ref position, this.memoryStream_2); this.class723_4 = this.method_2(new int?(), ref position, this.memoryStream_5); this.class723_5 = this.method_2(new int?(2), ref position, this.memoryStream_6); this.class723_6 = this.method_2(new int?(), ref position, this.memoryStream_7); }