コード例 #1
0
ファイル: TableInC.cs プロジェクト: sharper/flatbuffers
 public SecondTableInA GetReferToA2(SecondTableInA obj)
 {
     int o = __offset(6); return(o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null);
 }
コード例 #2
0
ファイル: TableInC.cs プロジェクト: CadeLaRen/flatbuffers
 public SecondTableInA GetReferToA2(SecondTableInA obj)
 {
     int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null;
 }