[]
        
(Showing Draft Content)

C1.Document.Utils.IsEnum

IsEnum Method

IsEnum(Type)

Gets a value indicating whether the current Type represents an enumeration.

Declaration
public static bool IsEnum(Type type)
Public Shared Function IsEnum(type As Type) As Boolean
Parameters
Type Name Description
Type type
Returns
Type Description
bool