123456789101112131415161718192021222324252627282930313233343536 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: close.proto
- #pragma warning disable 1591, 0612, 3021
- #region Designer generated code
- using pb = global::Google.Protobuf;
- using pbc = global::Google.Protobuf.Collections;
- using pbr = global::Google.Protobuf.Reflection;
- using scg = global::System.Collections.Generic;
- namespace Protos {
- /// <summary>Holder for reflection information generated from close.proto</summary>
- public static partial class CloseReflection {
- #region Descriptor
- /// <summary>File descriptor for close.proto</summary>
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
- static CloseReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "CgtjbG9zZS5wcm90bxIGcHJvdG9zYgZwcm90bzM="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null));
- }
- #endregion
- }
- }
- #endregion Designer generated code
|