IsEnumFlags
IsEnumFlags(Type)
public static bool IsEnumFlags(Type enumType) ;
Description
Enum type check with System.FlagsAttribute
Parameters
Parameter Name | Description |
---|---|
enumType | enum type |
Returns
Returns true if it is an enum type with System.FlagsAttribute.