(C#) Add ByteBuffer property to Table

This commit is contained in:
Shuhei Taunma 2015-11-10 14:20:16 +09:00
parent 9dc5d378b1
commit b98f526b8a
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ namespace FlatBuffers
protected int bb_pos;
protected ByteBuffer bb;
public ByteBuffer ByteBuffer { get { return bb; } }
// Look up a field in the vtable, return an offset into the object, or 0 if the field is not
// present.
protected int __offset(int vtableOffset)