Declaration
public static void SortBy<T, TBy>(
    this T[] array,
    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. |