Exemplo n.º 1
0
 public static Offset <Item_Collection> CreateItem_Collection(FlatBufferBuilder builder,
                                                              VectorOffset dataOffset = default(VectorOffset))
 {
     builder.StartObject(1);
     Item_Collection.AddData(builder, dataOffset);
     return(Item_Collection.EndItem_Collection(builder));
 }
Exemplo n.º 2
0
 public static Item_Collection GetRootAsItem_Collection(ByteBuffer _bb, Item_Collection obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }