XComparerT Class |
Namespace: Linq.Extras
The XComparerT type exposes the following members.
| Name | Description | |
|---|---|---|
| ByTKey |
Creates a comparer with ascending order based on the specified comparison key and key comparer.
| |
| ByDescendingTKey |
Creates a comparer with descending order based on the specified comparison key and key comparer.
| |
| FromComparison |
Creates a comparer that uses the specified ComparisonT delegate to compare objects.
|