...

Text file src/github.com/google/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.cs

Documentation: github.com/google/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB

     1// <auto-generated>
     2//  automatically generated by the FlatBuffers compiler, do not modify
     3// </auto-generated>
     4
     5namespace NamespaceA.NamespaceB
     6{
     7
     8[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
     9public enum EnumInNestedNS : sbyte
    10{
    11  A = 0,
    12  B = 1,
    13  C = 2,
    14};
    15
    16
    17}

View as plain text