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