TReversedIterator<T>.Create(IEnumerable<T>) Constructor

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

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

Parameters

source
Type: IEnumerable<T>