Method RangeTo
RangeTo(T)
Query this sorted collection for items less than a supplied value.
Declaration
public IDirectedCollectionValue<T> RangeTo(T top)
Parameters
Type | Name | Description |
---|---|---|
T | top | The upper bound (exclusive). |
Returns
Type | Description |
---|---|
IDirectedCollectionValue<T> | The result directed collection. |