AsyncCachingComparer<TElement, TKey> class AsyncCachingComparer<TElement, TKey> : AsyncCachingComparer<TElement> Documentation Code protected readonly IComparer<TKey> _comparer protected readonly bool _descending protected readonly Func<TElement, TKey> _keySelector protected TKey _lastKey public AsyncCachingComparer(Func<TElement, TKey> keySelector, IComparer<TKey> comparer, bool descending)