EnumExtensions Methods |
The EnumExtensions type exposes the following members.
Name | Description | |
---|---|---|
AndComplementOption |
Computes the logical AND of the enum value and the complement of the specified option.
| |
AndOption |
Computes the logical AND of the enum value and the specified option.
| |
AnyOptionSet |
Checks if any of the options is set in the specified value.
| |
IsOptionSet |
Replacement for Enum.HasFlag in .NET before 4.0.
| |
NextValueT |
Returns the next value for the specified enum value.
Wraps around if required.
| |
OrOption |
Computes the logical OR of the enum value and the specified option.
|