Constructor Bound
Bound(TValue, bool)
Initializes a new instance of the Bound<TValue> class.
public Bound(TValue value, bool inclusive = false)
Parameters
value
TValueThe value of the bound.
inclusive
boolIndicates whether the bound is inclusive or not.