Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / IsEnum Method

In This Topic
    IsEnum Method (Utils)
    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