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
IMember
Interface
DeclaringType
Property
IMember.DeclaringType Property
Namespace
Kampute.DocToolkit.Metadata
Assembly
Kampute.DocToolkit.dll
Definition
Gets the declaring type of the member, if any.
IType DeclaringType { get; }
Property Value
IType
The declaring type of the member, or
null
if the member is not associated with a type.
×