TWhereIterator<T>.Create(IEnumerable<T>,TPredicate<T>) Constructor

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

Namespace: Spring.Collections.Extensions
public
 constructor Create(const source: IEnumerable<T>;
 const predicate: TPredicate<T>);

Parameters

source
Type: IEnumerable<T>

predicate
Type: TPredicate<T>