[]
Determines whether the specified type to test is an enum.
public static bool IsEnum(Type typeToTest)
The type to test.
true if the specified type to test is an enum; otherwise, false.
true
false