Пример #1
0
 // Initialize any Table-derived type to point to the union at the given offset.
 protected Table __union(Table t, int offset)
 {
     offset += bb_pos;
     t.bb_pos = offset + bb.GetInt(offset);
     t.bb = bb;
     return t;
 }
Пример #2
0
 public Table GetRequestData(Table obj)
 {
     int o = __offset(8); return o != 0 ? __union(obj, o) : null;
 }
Пример #3
0
 public Table Test(Table obj)
 {
     int o = __offset(20); return o != 0 ? __union(obj, o) : null;
 }