Declaration
public static void SortBy<T, TBy>(
this List<T> list,
Func<T, TBy> selector
)
Summary
Sorts the specified list by the specified selector.
Generic type parameters
T | This type parameter is not documented. |
TBy | This type parameter is not documented. |