Click or drag to resize
TypeIsEnum Property
Gets a value indicating whether the current Type represents an enumeration.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual bool IsEnum { get; }

Return Value

Type: Boolean
true if the current Type represents an enumeration; otherwise, false.
See Also