mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 09:12:22 +00:00
Base type safety in C#. Clear FlatBufferBuilder in C#.
This commit is contained in:
@@ -41,6 +41,11 @@ namespace FlatBuffers
|
||||
_pos = 0;
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
_pos = 0;
|
||||
}
|
||||
|
||||
public int Position { get { return _pos; } }
|
||||
|
||||
// Pre-allocated helper arrays for convertion.
|
||||
|
||||
Reference in New Issue
Block a user