[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.IsEnum

IsEnum Method

IsEnum(Type)

Determines whether the specified type to test is an enum.

Declaration
public static bool IsEnum(Type typeToTest)
Parameters
Type Name Description
Type typeToTest

The type to test.

Returns
Type Description
bool

true if the specified type to test is an enum; otherwise, false.