mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 07:50:59 +00:00
Add C#/Java generator behaviour for 'private' attribute (#4882)
* Added 'private' attribute, supported when generating C# and Java * Added use of 'private' attribute in monster_test
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
1f03becd24
commit
c2c3a84aaf
@@ -8,7 +8,7 @@ namespace MyGame.Example
|
||||
using global::System;
|
||||
using global::FlatBuffers;
|
||||
|
||||
public partial struct TestSimpleTableWithEnum : IFlatbufferObject
|
||||
internal partial struct TestSimpleTableWithEnum : IFlatbufferObject
|
||||
{
|
||||
private Table __p;
|
||||
public ByteBuffer ByteBuffer { get { return __p.bb; } }
|
||||
|
||||
Reference in New Issue
Block a user