mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-15 08:48:52 +00:00
Add FLATBUFFERS_COMPATIBILITY string (#5381)
* Add FLATBUFFERS_COMPATIBILITY string - Add a new __reset method NET/JAVA which hides internal state * Resolve PR notes * Use operator new() to __init of Struct and Table * Restrict visibility of C# Table/Struct to internal level
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
a80db8538c
commit
0d2cebccfe
@@ -25,8 +25,7 @@ namespace FlatBuffers.Test
|
||||
|
||||
public TestTable(ByteBuffer bb, int pos)
|
||||
{
|
||||
t.bb = bb;
|
||||
t.bb_pos = pos;
|
||||
t = new Table(pos, bb);
|
||||
}
|
||||
|
||||
public bool GetSlot(int slot, bool def)
|
||||
|
||||
Reference in New Issue
Block a user