mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 14:46:26 +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:
@@ -403,6 +403,7 @@ class Parser {
|
||||
known_attributes_.insert("bit_flags");
|
||||
known_attributes_.insert("original_order");
|
||||
known_attributes_.insert("nested_flatbuffer");
|
||||
known_attributes_.insert("csharp_partial");
|
||||
}
|
||||
|
||||
~Parser() {
|
||||
|
||||
Reference in New Issue
Block a user