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