RankedMapTKey, TValue Constructor (ICollectionKeyValuePairTKey, TValue, IComparerTKey) |
Namespace: Kaos.Collections
public RankedMap( ICollection<KeyValuePair<TKey, TValue>> map, IComparer<TKey> comparer )
Exception | Condition |
---|---|
ArgumentNullException | When map is null. |
InvalidOperationException | When comparer is null and no other comparer available. |