ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / IsEnum Method
The type to test.

In This Topic
    IsEnum Method
    In This Topic
    Determines whether the specified type to test is an enum.
    Syntax
    'Declaration
     
    Public Shared Function IsEnum( _
       ByVal typeToTest As Type _
    ) As Boolean
    public static bool IsEnum( 
       Type typeToTest
    )

    Parameters

    typeToTest
    The type to test.

    Return Value

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