Method IsEnumType
IsEnumType(Type)
Gets whether the specified type is enumeration.
public static bool IsEnumType(Type type)
Parameters
typeTypeType to test.
Gets whether the specified type is enumeration.
public static bool IsEnumType(Type type)
type TypeType to test.