EnumWithNoOuter.cs 380 B

1234567891011121314
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. using pb = global::Google.ProtocolBuffers;
  3. using pbc = global::Google.ProtocolBuffers.Collections;
  4. using pbd = global::Google.ProtocolBuffers.Descriptors;
  5. using scg = global::System.Collections.Generic;
  6. namespace Google.ProtocolBuffers.TestProtos {
  7. public enum EnumWithNoOuter {
  8. FOO = 1,
  9. BAR = 2,
  10. }
  11. }