mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 14:15:17 +00:00
20 lines
346 B
C#
20 lines
346 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace NamespaceA.NamespaceB
|
|
{
|
|
|
|
#if ENABLE_JSON_SERIALIZATION
|
|
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
|
|
#endif
|
|
public enum EnumInNestedNS : sbyte
|
|
{
|
|
A = 0,
|
|
B = 1,
|
|
C = 2,
|
|
};
|
|
|
|
|
|
}
|