Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
Welcome to DocToolkit
API
Kampute.DocToolkit.Models
Namespace
TypeModel
Class
DeclaringType
Property
TypeModel.DeclaringType Property
Namespace
Kampute.DocToolkit.Models
Assembly
Kampute.DocToolkit.dll
Definition
Gets the declaring type of the type.
public override TypeModel DeclaringType { get; }
Property Value
TypeModel
The type that declares this type, or
null
if the type is not nested.
×