Ejemplo n.º 1
0
 public void imethod_3(Struct18 group)
 {
     if (group.Code == 999)
     {
         return;
     }
     this.vmethod_0(group.Code);
     Class820.smethod_41(group.Value, this);
 }
Ejemplo n.º 2
0
 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);
 }
Ejemplo n.º 3
0
 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());
     }
 }
Ejemplo n.º 4
0
 public void imethod_4(Struct18 group)
 {
     this.method_0(group.Code);
     this.textWriter_0.WriteLine((string)group.Value);
 }
Ejemplo n.º 5
0
 public void imethod_3(Struct18 group)
 {
     this.method_0(group.Code);
     this.textWriter_0.WriteLine(Class820.smethod_21(group.Value));
 }
Ejemplo n.º 6
0
 public void imethod_1(int baseCode, Struct18 group)
 {
     this.method_0(group.Code);
     this.textWriter_0.WriteLine(group.GetValueString(baseCode));
 }
Ejemplo n.º 7
0
 public void imethod_4(Struct18 group)
 {
     this.vmethod_0(group.Code);
     Class820.smethod_36(group.Value, this);
 }