IBiDirEnumerator<T> interface

Defines an enumerator that go go forward and backwards.

public interface IBiDirEnumerator<T> : IEnumerator<T>

Members

name description
MovePrevious() Moves to the previous element in the list

See Also