mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
(C#) Add ByteBuffer property to Table
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user