Click or drag to resize

ReverseComparerTOriginalComparer Property

Returns the original comparer; this can be useful to avoid multiple reversals.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public IComparer<T> OriginalComparer { get; }

Property Value

Type: IComparerT
See Also