Click or drag to resize

EnumerationExtensions Methods

The EnumerationExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
Top
See Also