Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
Welcome to DocToolkit
API
Kampute.DocToolkit.Metadata
Namespace
IProperty
Interface
GetMethod
Property
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.
×