SortedTreeScannerBaseTKey, TValueReadWhile Method

Overload List

ReadWhile(TKey, TValue, TKey) Continues to advance the stream but stops short of returning the point that is equal to the provided key.
ReadWhile(TKey, TValue, TKey, MatchFilterBaseTKey, TValue) Using the provided filter, continues to advance the stream but stops short of returning the point that is equal to the provided key.

See Also