TList<T>.TEnumerator.Create(TList<T>) Constructor

Initializes a new instance of the TList<T>.TEnumerator class.

Namespace: Spring.Collections.Lists
public
 constructor Create(const list: TList<T>);

Parameters

list
Type: TList<T>