aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/DescriptorProtos/PartialClasses.cs
blob: 46edb7b177d246e070f649717e6fd6efac89ba5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Text;

// This class just contains partial classes for each of the
// autogenerated classes, so that they implement
// IDescriptorProto
namespace Google.ProtocolBuffers.DescriptorProtos {
  public partial class DescriptorProto : IDescriptorProto<MessageOptions> { }
  public partial class EnumDescriptorProto : IDescriptorProto<EnumOptions> { }
  public partial class EnumValueDescriptorProto : IDescriptorProto<EnumValueOptions> { }
  public partial class FieldDescriptorProto : IDescriptorProto<FieldOptions> { }
  public partial class FileDescriptorProto : IDescriptorProto<FileOptions> { }
  public partial class MethodDescriptorProto : IDescriptorProto<MethodOptions> { }
  public partial class ServiceDescriptorProto : IDescriptorProto<ServiceOptions> { }
}