TExceptIterator<T>.Create(IEnumerable<T>,IEnumerable<T>) Constructor

Initializes a new instance of the TExceptIterator<T> class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const first, second: IEnumerable<T>); overload;

Parameters

first
Type: IEnumerable<T>

second
Type: IEnumerable<T>