Skip to content
Snippets Groups Projects
Commit 3f1c4b41 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen
Browse files

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

(C#) Add ByteBuffer property to Table
parents 9dc5d378 b98f526b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment