Click or drag to resize

PriorityComparerT Constructor

Constructor.

Namespace:  WhetStone.Comparison
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public PriorityComparer(
	params IComparer<T>[] c
)

Parameters

c
Type: System.Collections.GenericIComparerT
The IComparerT to use.
See Also