Click or drag to resize

InvertedComparerT Constructor

Namespace:  Ookii.Collections.Generic
Assembly:  Ookii.Collections.Generic (in Ookii.Collections.Generic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InvertedComparer(
	IComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerT
The IComparerT whose results to invert.
Exceptions
ExceptionCondition
ArgumentNullExceptioncomparer is .
See Also