| RankedMapTKey, TValueKeyCollectionDistinct Method |
Returns an enumerator that iterates thru the distinct map keys in sort order.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax public IEnumerable<TKey> Distinct()
Return Value
Type:
IEnumerableTKeyAn enumerator that iterates thru distinct keys.
Remarks
Retrieving each key is a O(log n) operation
where n is Count.
See Also