LinkedList<T>.GetEnumerator method

Returns a foward enumerator for this list.

public IEnumerator<T> GetEnumerator()

Return Value

IEnumerator for this list.

See Also