summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/FlatBuffers/Table.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/FlatBuffers/Table.cs b/net/FlatBuffers/Table.cs
index 1a097d37..09b00285 100644
--- a/net/FlatBuffers/Table.cs
+++ b/net/FlatBuffers/Table.cs
@@ -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)