xref: /aosp_15_r20/external/flatbuffers/tests/optional_scalars/OptionalByte.cs (revision 890232f25432b36107d06881e0a25aaa6b473652)
1 // <auto-generated>
2 //  automatically generated by the FlatBuffers compiler, do not modify
3 // </auto-generated>
4 
5 namespace optional_scalars
6 {
7 
8 public enum OptionalByte : sbyte
9 {
10   None = 0,
11   One = 1,
12   Two = 2,
13 };
14 
15 
16 }
17