Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
home
API
Kampute.DocToolkit.Metadata.Adapters
Namespace
TypeAdapter
Class
IsEnum
Property
TypeAdapter.IsEnum Property
Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
Kampute.DocToolkit.dll
Definition
Gets a value indicating whether the type is an enumeration.
public virtual bool IsEnum { get; }
Property Value
bool
true
if the type is an enumeration; otherwise,
false
.
×