FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / IsEnum Method

In This Topic
    IsEnum Method
    In This Topic
    Gets a value indicating whether the current Type represents an enumeration.
    Syntax
    'Declaration
     
    Public Shared Function IsEnum( _
       ByVal type As Type _
    ) As Boolean
    public static bool IsEnum( 
       Type type
    )

    Parameters

    type
    See Also