public TestStruct1 GetStructProp(TestStruct1 obj)
 {
     int o = __offset(4); return(o != 0 ? obj.__init(o + bb_pos, bb) : null);
 }
 public TestStruct1 GetTestStruct1Prop(TestStruct1 obj)
 {
     return(obj.__init(bb_pos + 4, bb));
 }
Example #3
0
 public TestStruct1 GetStructArray(TestStruct1 obj, int j)
 {
     int o = __offset(4); return(o != 0 ? obj.__init(__vector(o) + j * 8, bb) : null);
 }