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

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

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

Parameters

list
Type: TLinkedList<T>