Gets a value indicating whether the current
Type represents an enumeration.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual bool IsEnum { get; }
Return Value
Type:
Booleantrue if the current
Type represents an enumeration; otherwise, false.
See Also