aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/TestProtos/EnumWithNoOuter.cs
blob: f85d31fe60ca548db5042f3f9491dea377478c46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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;
using self = global::Google.ProtocolBuffers.TestProtos;

namespace Google.ProtocolBuffers.TestProtos {
  
  public enum EnumWithNoOuter {
    FOO = 1,
    BAR = 2,
  }
  
}