IProperty.GetMethod Property

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the get method of the property.
IMethod GetMethod { get; }

Property Value

IMethod
The get method metadata, or null if the property is write-only.