ComparerTDefault Property |
Returns a default sort order comparer for the type specified by the generic argument.
Namespace: System.Collections.GenericAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static Comparer<T> Default { get; }
Return Value
Type:
ComparerTAn object that inherits
ComparerT and serves as a sort order comparer for type
T.
See Also