Click or drag to resize

EnumerationExtensions Class

Extends the operations for Flag Enumerations with setting and clearing of individual flags.
Inheritance Hierarchy
SystemObject
  Altaxo.CollectionsEnumerationExtensions

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static class EnumerationExtensions

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