1// <auto-generated> 2// automatically generated by the FlatBuffers compiler, do not modify 3// </auto-generated> 4 5namespace optional_scalars 6{ 7 8public enum OptionalByte : sbyte 9{ 10 None = 0, 11 One = 1, 12 Two = 2, 13}; 14 15 16}
View as plain text