RankedDictionaryTKey, TValueElementsFrom Method |
Namespace: Kaos.Collections
public IEnumerable<KeyValuePair<TKey, TValue>> ElementsFrom( TKey lower )
Exception | Condition |
---|---|
ArgumentNullException | When key is null. |
If lower is present in the dictionary, 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.