Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
home
API
Kampute.DocToolkit.Metadata
Namespace
IMethod
Interface
ImplementedMethod
Property
IMethod.ImplementedMethod Property
Namespace
Kampute.DocToolkit.Metadata
Assembly
Kampute.DocToolkit.dll
Definition
Gets the interface method that this method implements, if any.
IMethod ImplementedMethod { get; }
Property Value
IMethod
The interface method that this method implements, or
null
if none.
×