(C#) Add ByteBuffer property to Table
This commit is contained in:
parent
9dc5d378b1
commit
b98f526b8a
|
@ -27,6 +27,8 @@ namespace FlatBuffers
|
||||||
protected int bb_pos;
|
protected int bb_pos;
|
||||||
protected ByteBuffer bb;
|
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
|
// Look up a field in the vtable, return an offset into the object, or 0 if the field is not
|
||||||
// present.
|
// present.
|
||||||
protected int __offset(int vtableOffset)
|
protected int __offset(int vtableOffset)
|
||||||
|
|
Loading…
Reference in New Issue