.NET Framework Class Library
Enumerable..::.OrderByDescending Method

Sorts the elements of a sequence in descending order.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOrderByDescending<(Of <(TSource, TKey>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TKey>)>))Sorts the elements of a sequence in descending order according to a key.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOrderByDescending<(Of <(TSource, TKey>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TKey>)>), IComparer<(Of <(TKey>)>))Sorts the elements of a sequence in descending order by using a specified comparer.
Top
See Also

Reference

Tags :


Page view tracker