Autogenerated.cs 241 B

123456789
  1. // This file contains quick hacks to represent code that will be autogenerated.
  2. namespace Google.ProtocolBuffers {
  3. public class DescriptorProtos {
  4. public class MessageOptions {
  5. public bool IsMessageSetWireFormat;
  6. }
  7. }
  8. }