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
TypeAdapter
Class
IsNested
Property
TypeAdapter.IsNested Property
Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
Kampute.DocToolkit.dll
Definition
Gets a value indicating whether the type is nested.
public virtual bool IsNested { get; }
Property Value
bool
true
if the type is nested; otherwise,
false
.
×