RankedSetTElementsFrom Method |
Namespace: Kaos.Collections
public IEnumerable<T> ElementsFrom( T lower )
Exception | Condition |
---|---|
InvalidOperationException | When the set was modified after the enumerator was created. |
If lower is present in the set, it will be included in the results.
Retrieving the initial item is a O(log n) operation. Retrieving each subsequent item is a O(1) operation.