...

Text file src/github.com/google/flatbuffers/tests/MyGame/Example/LongEnum.cs

Documentation: github.com/google/flatbuffers/tests/MyGame/Example

     1// <auto-generated>
     2//  automatically generated by the FlatBuffers compiler, do not modify
     3// </auto-generated>
     4
     5namespace MyGame.Example
     6{
     7
     8[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
     9[System.FlagsAttribute]
    10public enum LongEnum : ulong
    11{
    12  LongOne = 2,
    13  LongTwo = 4,
    14  LongBig = 1099511627776,
    15};
    16
    17
    18}

View as plain text