ComponentOne FlexReport for WinForms
IsEnum Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : IsEnum Method
Gets a value indicating whether the current Type represents an enumeration.
Syntax
'Declaration
 
Public Shared Function IsEnum( _
   ByVal type As System.Type _
) As System.Boolean
public static System.bool IsEnum( 
   System.Type type
)

Parameters

type
See Also

Reference

Utils Class
Utils Members