EnumTypeAdapter.UnderlyingType Property

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the underlying type of the enum.
public virtual IType UnderlyingType { get; }

Property Value

IType
The underlying type (e.g., int, byte, long, etc.) of the enum.