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