RankedBagT Constructor (IEnumerableT, IComparerT) | 
Namespace: Kaos.Collections
public RankedBag( IEnumerable<T> collection, IComparer<T> comparer )
| Exception | Condition | 
|---|---|
| ArgumentNullException | When collection is null. | 
| InvalidOperationException | When comparer is null and no other comparer available. |