예제 #1
0
 public static Offset <Only4TestTable> CreateOnly4TestTable(FlatBufferBuilder builder,
                                                            VectorOffset dataOffset = default(VectorOffset))
 {
     builder.StartObject(1);
     Only4TestTable.AddData(builder, dataOffset);
     return(Only4TestTable.EndOnly4TestTable(builder));
 }
예제 #2
0
 public static Only4TestTable GetRootAsOnly4TestTable(ByteBuffer _bb, Only4TestTable obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }