ReverseEnumerator<T> constructor

Standard Constructor.

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

See Also