Click or drag to resize

FlagsHelper Class

Used to make it easier to work with bitmasks and enums by providing a frontend for checking if things are part of the mask or not Source: https://stackoverflow.com/questions/3261451/using-a-bitmask-in-c-sharp
Inheritance Hierarchy
SystemObject
  DustProductions.CoreFlagsHelper

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class FlagsHelper

The FlagsHelper type exposes the following members.

Methods
See Also