[]
Determines whether the specified type to test is an enum.
public static bool IsEnum(Type typeToTest)
Public Shared Function IsEnum(typeToTest As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| Type | typeToTest | The type to test. |
| Type | Description |
|---|---|
| bool |
|