Struct Setting<T>
Represents a setting that may or may not have been set.
Type Parameters
T
The type of the value.
- Inherited Members
Properties
- Has
Been Set Gets a value indicating whether the setting has been set.
- Value
Gets the value of the setting.
Methods
- Reset()
Resets the setting to the unset state.
- To
String() Gets a canonical string representation for this setting.