| InvertedComparerTDefault Property |
Gets an
InvertedComparerT that inverts the default comparer for the type specified by the generic argument.
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; }
Public Shared ReadOnly Property Default As InvertedComparer(Of T)
Get
public:
static property InvertedComparer<T>^ Default {
InvertedComparer<T>^ get ();
}
static member Default : InvertedComparer<'T> with get
Property Value
Type:
InvertedComparerTAn instance of
InvertedComparerT that serves as an inverted sort order comparer for type
T.
See Also