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