TLinkedList<T>.TEnumerator.Create(TLinkedList<T>) Constructor
Initializes a new instance of the TLinkedList<T>.TEnumerator class.
public constructor Create(const list: TLinkedList<T>);
Parameters
- list
- Type: TLinkedList<T>
Initializes a new instance of the TLinkedList<T>.TEnumerator class.
public constructor Create(const list: TLinkedList<T>);