Enumerable.ThenBy Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Performs a subsequent ordering of the elements in a sequence in ascending order.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ThenBy(Of TSource, TKey)(IOrderedEnumerable(Of TSource), Func(Of TSource, TKey)) | Performs a subsequent ordering of the elements in a sequence in ascending order according to a key. |
|
ThenBy(Of TSource, TKey)(IOrderedEnumerable(Of TSource), Func(Of TSource, TKey), IComparer(Of TKey)) | Performs a subsequent ordering of the elements in a sequence in ascending order by using a specified comparer. |
Show: