mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 10:08:06 +00:00
Added support for C# partial class generation when the csharp_partial attribute is used on a table/struct.
This commit is contained in:
@@ -12,7 +12,7 @@ union Any { Monster, TestSimpleTableWithEnum } // TODO: add more elements
|
||||
|
||||
struct Test { a:short; b:byte; }
|
||||
|
||||
table TestSimpleTableWithEnum {
|
||||
table TestSimpleTableWithEnum (csharp_partial) {
|
||||
color: Color = Green;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user