Enumeration |
public static class EnumerationExtensions
The EnumerationExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT | Determines whether the enumeration value is equal to the specified value. | |
| WithClearedFlagT | Returns the enum value with the specified flag cleared. | |
| WithFlagT | Returns the enum value with the specified flag set or cleared, depending on the value argument. | |
| WithSetFlagT | Returns the enum value with the specified flag set. |