The source iterable.
The key selector function that will be used for selecting the key for an element.
Optionalcomparator: OrderComparator<TKey, TKey>The comparator function that will be used for comparing two keys. If not specified, the default order comparison will be used.
A new enumerable sequence whose elements are sorted in descending order.
Sorts the elements of a sequence in descending order by using a specified comparer.