Commit b98f526b authored by Shuhei Taunma's avatar Shuhei Taunma

(C#) Add ByteBuffer property to Table

parent 9dc5d378
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment