1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 namespace NamespaceA.NamespaceB
4 {
5 
6 public enum EnumInNestedNS : sbyte
7 {
8  A = 0,
9  B = 1,
10  C = 2,
11 };
12 
13 
14 }
15