TCastIterator<T,TResult>.Create(IEnumerable<T>) Constructor

Initializes a new instance of the TCastIterator<T,TResult> class.

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

Parameters

source
Type: IEnumerable<T>