FlagValue<>

Implementation of a flag with an optional value.

Implementation of a flag with an optional value.

Properties

IsSet : bool

Gets or sets a value indicating whether the flag was set or not.

Value : T

Gets or sets the flag's value.

Methods

public string ToString()