Class Bound<TValue>
Represents a bound value.
Type Parameters
TValue
The type of the bound value.
- Inheritance
-
Bound<TValue>
- Inherited Members
Constructors
- Bound(TValue,
bool) Initializes a new instance of the Bound<TValue> class.
Properties
- Inclusive
Gets whether the bound is inclusive or not.
- Value
Gets the bound value.