Click or drag to resize
ComparerTDefault Property
Returns a default sort order comparer for the type specified by the generic argument.

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static Comparer<T> Default { get; }

Return Value

Type: ComparerT
An object that inherits ComparerT and serves as a sort order comparer for type T.
See Also