public static Offset <NamespaceA.SecondTableInA> CreateSecondTableInA(FlatBufferBuilder builder, Offset <NamespaceC.TableInC> refer_to_cOffset = default(Offset <NamespaceC.TableInC>)) { builder.StartTable(1); SecondTableInA.AddReferToC(builder, refer_to_cOffset); return(SecondTableInA.EndSecondTableInA(builder)); }
public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public SecondTableInA GetReferToA2(SecondTableInA obj) { int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null; }
public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { FlatBufferConstants.FLATBUFFERS_1_11_1(); return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public SecondTableInA GetReferToA2(SecondTableInA obj) { int o = __offset(6); return(o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null); }