mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 22:56:27 +00:00
* Handle keywords in C# C# should handle keywords similarly to other languages by appending an underscore after the keyword. * Fix clang-format for idl_gen_csharp.cpp * Fix spacing clang-format issue
11 lines
245 B
C#
11 lines
245 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
|
|
public enum public_ : int
|
|
{
|
|
NONE = 0,
|
|
};
|
|
|