Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e89fa2d1865dbc514f45c1411877435e3a8d6292
/
.
/
tests
/
namespace_test
/
NamespaceA
/
NamespaceB
/
EnumInNestedNS.cs
blob: ff44023fbf8111bdd079da48dc31a11a9995dc6c [
file
] [
log
] [
blame
]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace
NamespaceA
.
NamespaceB
{
public
enum
EnumInNestedNS
:
sbyte
{
A
=
0
,
B
=
1
,
C
=
2
,
};
}