Close.cs 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: close.proto
  3. #pragma warning disable 1591, 0612, 3021
  4. #region Designer generated code
  5. using pb = global::Google.Protobuf;
  6. using pbc = global::Google.Protobuf.Collections;
  7. using pbr = global::Google.Protobuf.Reflection;
  8. using scg = global::System.Collections.Generic;
  9. namespace Protos {
  10. /// <summary>Holder for reflection information generated from close.proto</summary>
  11. public static partial class CloseReflection {
  12. #region Descriptor
  13. /// <summary>File descriptor for close.proto</summary>
  14. public static pbr::FileDescriptor Descriptor {
  15. get { return descriptor; }
  16. }
  17. private static pbr::FileDescriptor descriptor;
  18. static CloseReflection() {
  19. byte[] descriptorData = global::System.Convert.FromBase64String(
  20. string.Concat(
  21. "CgtjbG9zZS5wcm90bxIGcHJvdG9zYgZwcm90bzM="));
  22. descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
  23. new pbr::FileDescriptor[] { },
  24. new pbr::GeneratedClrTypeInfo(null, null));
  25. }
  26. #endregion
  27. }
  28. }
  29. #endregion Designer generated code