Show / Hide Table of Contents

Class FieldMaskReflection

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

Inheritance
System.Object
FieldMaskReflection
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 FieldMaskReflection

Properties

Descriptor

File descriptor for google/protobuf/field_mask.proto

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