TLinkedList<T>.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace: Spring.Collections.LinkedLists
public
 function GetEnumerator: IEnumerator<T>; override;

Return Value

Type: IEnumerator<T>

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator

Overrides

TEnumerableBase.GetEnumerator