mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 17:00:03 +00:00
committed by
Wouter van Oortmerssen
parent
92e9f33036
commit
b7012484f3
@@ -19,7 +19,7 @@ namespace FlatBuffers
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// All structs in the generated code derive from this class, and add their own accessors.
|
/// All structs in the generated code derive from this class, and add their own accessors.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal struct Struct
|
public struct Struct
|
||||||
{
|
{
|
||||||
public int bb_pos { get; private set; }
|
public int bb_pos { get; private set; }
|
||||||
public ByteBuffer bb { get; private set; }
|
public ByteBuffer bb { get; private set; }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ namespace FlatBuffers
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// All tables in the generated code derive from this struct, and add their own accessors.
|
/// All tables in the generated code derive from this struct, and add their own accessors.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal struct Table
|
public struct Table
|
||||||
{
|
{
|
||||||
public int bb_pos { get; private set; }
|
public int bb_pos { get; private set; }
|
||||||
public ByteBuffer bb { get; private set; }
|
public ByteBuffer bb { get; private set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user