ForwardEnumerator<T> class

Forward Linked List Enumerator.

public class ForwardEnumerator<T> : ListEnumerator<T>

Public Members

name description
ForwardEnumerator(…) Standard Constructor.
override MoveNext() Moves to the next item in the list.
override MovePrevious() Moves to the previous element in the list

See Also