using System; namespace Google.ProtocolBuffers.Descriptors { public class EnumValueDescriptor { public int Number { get { throw new NotImplementedException(); } } } }