Click or drag to resize

InvertedComparerTDefault Property

Namespace:  Ookii.Collections.Generic
Assembly:  Ookii.Collections.Generic (in Ookii.Collections.Generic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static InvertedComparer<T> Default { get; }

Property Value

Type: InvertedComparerT
An instance of InvertedComparerT that serves as an inverted sort order comparer for type T.
See Also