IsEnum Method
IsEnum(Type)
Gets a value indicating whether the current Type represents an enumeration.
Declaration
public static bool IsEnum(Type type)
Public Shared Function IsEnum(type As Type) As Boolean
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns