Merge pull request #339 from chobie/net-add-bytebuffer-property-to-table

(C#) Add ByteBuffer property to Table
This commit is contained in:
Wouter van Oortmerssen
2015-11-11 10:07:51 -08:00

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)