altcover

TypeSafe.Flag class

Corresponds to a yes/no choice

public abstract class Flag : IEquatable<Flag>, IStructuralEquatable

Public Members

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  

See Also