![]() | ComparerExt Class |
Namespace: Koden.Utils.Extensions
The ComparerExt type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | kReverseT |
Reverses the original comparer; if it was already a reverse comparer,
the previous version was reversed (rather than reversing twice).
In other words, for any comparer X, X==X.Reverse().Reverse().
|
![]() ![]() | kThenByT(IComparerT, IComparerT) |
Combines a comparer with a second comparer to implement composite sort
behaviour.
|
![]() ![]() | kThenByT, TKey(IComparerT, FuncT, TKey) |
Combines a comparer with a projection to implement composite sort behaviour.
|