13 lines
274 B
C#
13 lines
274 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 ABC : int
|
||
|
{
|
||
|
void_ = 0,
|
||
|
where = 1,
|
||
|
stackalloc_ = 2,
|
||
|
};
|
||
|
|