...

Text file src/github.com/google/flatbuffers/tests/nested_namespace_test/nested_namespace_test1_generated.cs

Documentation: github.com/google/flatbuffers/tests/nested_namespace_test

     1// <auto-generated>
     2//  automatically generated by the FlatBuffers compiler, do not modify
     3// </auto-generated>
     4
     5namespace NamespaceB
     6{
     7
     8using global::System;
     9using global::System.Collections.Generic;
    10using global::Google.FlatBuffers;
    11
    12[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
    13public enum Color : sbyte
    14{
    15  Red = 0,
    16  Green = 1,
    17  Blue = 2,
    18};
    19
    20
    21}

View as plain text