Commit 3f1c4b41 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen

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

(C#) Add ByteBuffer property to Table
parents 9dc5d378 b98f526b
......@@ -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