RankedDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue, IComparerTKey) |
Namespace: Kaos.Collections
public RankedDictionary( IDictionary<TKey, TValue> dictionary, IComparer<TKey> comparer )
| Exception | Condition |
|---|---|
| ArgumentNullException | When dictionary is null. |
| InvalidOperationException | When comparer is null and no other comparer available. |