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

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

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

Parameters

first
Type: IEnumerable<T>

second
Type: IEnumerable<T>