public void imethod_3(Struct18 group) { if (group.Code == 999) { return; } this.vmethod_0(group.Code); Class820.smethod_41(group.Value, this); }
public void imethod_1(int baseCode, Struct18 group) { if (group.Code == 999) { return; } this.vmethod_0(group.Code); Class820.smethod_3(baseCode, group.Value, this); }
public Class720(Struct18 endGroup, IEnumerable <DxfXRecordValue> values) { this.struct18_0 = endGroup; this.list_0 = new List <Struct18>(); foreach (DxfXRecordValue dxfXrecordValue in values) { this.list_0.AddRange((IEnumerable <Struct18>)dxfXrecordValue.method_0()); } }
public void imethod_4(Struct18 group) { this.method_0(group.Code); this.textWriter_0.WriteLine((string)group.Value); }
public void imethod_3(Struct18 group) { this.method_0(group.Code); this.textWriter_0.WriteLine(Class820.smethod_21(group.Value)); }
public void imethod_1(int baseCode, Struct18 group) { this.method_0(group.Code); this.textWriter_0.WriteLine(group.GetValueString(baseCode)); }
public void imethod_4(Struct18 group) { this.vmethod_0(group.Code); Class820.smethod_36(group.Value, this); }