mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 17:45:06 +00:00
Allow access to underlying ByteBuffer
This commit is contained in:
@@ -22,5 +22,7 @@ namespace FlatBuffers
|
||||
public interface IFlatbufferObject
|
||||
{
|
||||
void __init(int _i, ByteBuffer _bb);
|
||||
|
||||
ByteBuffer ByteBuffer { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user