ExceptIterator<TSource, TKey, TResult>

Namespace: SnowBank.Linq.Iterators · class

Implements: MergeIterator<TSource, TKey, TResult>, IEnumerable<TResult>, IEnumerable, IEnumerator<TResult>, IEnumerator, IDisposable

Returns only the values for the keys that are in the first sub query, but not in the others

Constructors

ExceptIterator<TSource, TKey, TResult>

ExceptIterator<TSource, TKey, TResult>(IEnumerable<IEnumerable<TSource>> sources, int? limit, Func<TSource, TKey> keySelector, Func<TSource, TResult> resultSelector, IComparer<TKey> comparer)