ComponentOne Bitmap for WPF
IsEnum Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : IsEnum Method
The type to test.
Determines whether the specified type to test is an enum.
Syntax
'Declaration
 
Public Shared Function IsEnum( _
   ByVal typeToTest As System.Type _
) As System.Boolean
public static System.bool IsEnum( 
   System.Type typeToTest
)

Parameters

typeToTest
The type to test.

Return Value

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

Reference

DXUtil Class
DXUtil Members