mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 08:02:18 +00:00
committed by
Wouter van Oortmerssen
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; }
|
||||
|
||||
Reference in New Issue
Block a user