ListEnumerator<T>.linkedList field

Linked list being enumerated.

protected LinkedList<T> linkedList;

See Also