|
static IOrderedEnumerable< T > | Order< T, TKey > (this IEnumerable< T > source, Func< T, TKey > selector, bool ascending) |
|
static IOrderedEnumerable< T > | ThenBy< T, TKey > (this IOrderedEnumerable< T > source, Func< T, TKey > selector, bool ascending) |
|
◆ Order< T, TKey >()
static IOrderedEnumerable< T > MyExtensionMethods.Order< T, TKey > |
( |
this IEnumerable< T > |
source, |
|
|
Func< T, TKey > |
selector, |
|
|
bool |
ascending |
|
) |
| |
|
static |
◆ ThenBy< T, TKey >()
static IOrderedEnumerable< T > MyExtensionMethods.ThenBy< T, TKey > |
( |
this IOrderedEnumerable< T > |
source, |
|
|
Func< T, TKey > |
selector, |
|
|
bool |
ascending |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: