Corresponds to a yes/no choice
public abstract class Flag : IEquatable<Flag>, IStructuralEquatable
name | description |
---|---|
static get_Clear() | |
static get_Set() | |
static NewFlag(…) | |
AsBool() | Returns the effective boolean value |
class Flag | A type-safe boolean |
static class Tags |