Show / Hide Table of Contents

Class AnyReflection

Holder for reflection information generated from google/protobuf/any.proto

Inheritance
System.Object
AnyReflection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Protobuf.WellKnownTypes
Assembly: Google.Protobuf.dll
Syntax
public static class AnyReflection

Properties

Descriptor

File descriptor for google/protobuf/any.proto

Declaration
public static FileDescriptor Descriptor { get; }
Property Value
Type Description
FileDescriptor
Back to top