aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/TestProtos/EnumWithNoOuter.cs
blob: 868279e6ed8daf4697460858c7d7c855ff7f1e4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by the protocol buffer compiler.  DO NOT EDIT!

using pb = global::Google.ProtocolBuffers;
using pbc = global::Google.ProtocolBuffers.Collections;
using pbd = global::Google.ProtocolBuffers.Descriptors;
using scg = global::System.Collections.Generic;
namespace Google.ProtocolBuffers.TestProtos {
  
  public enum EnumWithNoOuter {
    FOO = 1,
    BAR = 2,
  }
  
}