Click or drag to resize

AliasIsEnum Property

True if the aliased type is an enum.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsEnum { get; }

Property Value

Type: Boolean

Implements

ITypeDeclIsEnum
See Also