mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 04:21:13 +00:00
15 lines
146 B
C#
15 lines
146 B
C#
// automatically generated, do not modify
|
|
|
|
namespace NamespaceA.NamespaceB
|
|
{
|
|
|
|
public enum EnumInNestedNS : sbyte
|
|
{
|
|
A = 0,
|
|
B = 1,
|
|
C = 2,
|
|
};
|
|
|
|
|
|
}
|