Allow access to underlying ByteBuffer

This commit is contained in:
Alberto Fernández
2016-09-09 15:25:09 +02:00
parent 8e3fa336eb
commit 02dfa64a89
15 changed files with 21 additions and 3 deletions

View File

@@ -22,5 +22,7 @@ namespace FlatBuffers
public interface IFlatbufferObject
{
void __init(int _i, ByteBuffer _bb);
ByteBuffer ByteBuffer { get; }
}
}