Method RangeFrom
RangeFrom(T)
Query this sorted collection for items greater than or equal to a supplied value.
Declaration
public IDirectedCollectionValue<T> RangeFrom(T bot)
Parameters
Type | Name | Description |
---|---|---|
T | bot | The lower bound (inclusive). |
Returns
Type | Description |
---|---|
IDirectedCollectionValue<T> | The result directed collection. |