public static Offset <Root_ItemTable> CreateRoot_ItemTable(FlatBufferBuilder builder, VectorOffset dataOffset = default(VectorOffset)) { builder.StartObject(1); Root_ItemTable.AddData(builder, dataOffset); return(Root_ItemTable.EndRoot_ItemTable(builder)); }
public static Root_ItemTable GetRootAsRoot_ItemTable(ByteBuffer _bb, Root_ItemTable obj) { return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }