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