ListEnumerator<T> constructor

Standard Constructor.

public ListEnumerator(LinkedList<T> list)
parameter description
list List to Enumerate.

See Also