parent
92e9f33036
commit
b7012484f3
|
@ -19,7 +19,7 @@ namespace FlatBuffers
|
|||
/// <summary>
|
||||
/// All structs in the generated code derive from this class, and add their own accessors.
|
||||
/// </summary>
|
||||
internal struct Struct
|
||||
public struct Struct
|
||||
{
|
||||
public int bb_pos { get; private set; }
|
||||
public ByteBuffer bb { get; private set; }
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace FlatBuffers
|
|||
/// <summary>
|
||||
/// All tables in the generated code derive from this struct, and add their own accessors.
|
||||
/// </summary>
|
||||
internal struct Table
|
||||
public struct Table
|
||||
{
|
||||
public int bb_pos { get; private set; }
|
||||
public ByteBuffer bb { get; private set; }
|
||||
|
|
Loading…
Reference in New Issue