flatbuffers/tests/KeywordTest/ABC.cs

18 lines
302 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 ABC : int
{
@void = 0,
where = 1,
@stackalloc = 2,
};
}