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
ReflectedType
Property
IMember.ReflectedType Property
Namespace
Kampute.DocToolkit.Metadata
Assembly
Kampute.DocToolkit.dll
Definition
Gets the type that was used to obtain this member.
IType ReflectedType { get; }
Property Value
IType
The type that declares this member, or
null
if the member was obtained through a different mechanism.
×