Class Bound<TValue>
Represents a bound value.
public sealed class Bound<TValue>
  Type Parameters
TValueThe 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.