InternalOrderedIterable<TValue, TKey> constructor
- Iterable<
TValue> source, - TKey keySelector(
- TValue
- EqualityComparer<
TKey> keyComparer, - bool descending
Implementation
InternalOrderedIterable(Iterable<TValue> source, this.keySelector,
this.keyComparer, this.descending)
: super(source) {
this.source = source;
}