mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
16 lines
273 B
C#
16 lines
273 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace KeywordTest
|
|
{
|
|
|
|
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
|
|
public enum @public : int
|
|
{
|
|
NONE = 0,
|
|
};
|
|
|
|
|
|
}
|