18 lines
302 B
C#
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,
|
|
};
|
|
|
|
|
|
}
|