誰かがここで要素を分解し、それらが何であるかを理解するのを手伝ってくれませんか?
public static IOrderedEnumerable<TSource> OrderByDescending<TSource, TKey>(
this IEnumerable<TSource> source,
Func<TSource, TKey> keySelector
)
TSourceとTKeyとは何ですか?keySelectorとは何ですか?IOrderedEnumerableとは一体何ですか?
Func <>は何をしますか?
なぜMSDNはそれほど不可解なのですか?