MultiComparer Constructor
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
MultiComparer(IComparer[])
Creates a new instance of MultiComparer.
Declaration
public MultiComparer(params IComparer[] comparerChain)
Parameters
Type | Name | Description |
---|---|---|
IComparer[] | comparerChain | An array of comparers to use. |