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
IEnumType
Interface
UnderlyingType
Property
IEnumType.UnderlyingType Property
Namespace
Kampute.DocToolkit.Metadata
Assembly
Kampute.DocToolkit.dll
Definition
Gets the underlying type of the enum.
IType UnderlyingType { get; }
Property Value
IType
The underlying type (e.g.,
int
,
byte
,
long
, etc.) of the enum.
×