Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
Welcome to DocToolkit
API
Kampute.DocToolkit.Metadata.Adapters
Namespace
PropertyAdapter
Class
GetMethod
Property
PropertyAdapter.GetMethod Property
Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
Kampute.DocToolkit.dll
Definition
Gets the get method of the property.
public virtual IMethod GetMethod { get; }
Property Value
IMethod
The get method metadata, or
null
if the property is write-only.
×