• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // <auto-generated>
2 //  automatically generated by the FlatBuffers compiler, do not modify
3 // </auto-generated>
4 
5 namespace KeywordTest
6 {
7 
8 [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
9 public enum ABC : int
10 {
11   @void = 0,
12   where = 1,
13   @stackalloc = 2,
14 };
15 
16 
17 }
18