An ListIterator is used to sequence over a List of objects.

Namespace: yWorks.yFiles.Util
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IListIterator : IIterator
Visual Basic
Public Interface IListIterator _
	Inherits IIterator

Remarks

An ListIterator is used to sequence over a List of objects. ListIterator can move backwards or forwards through the List.

See Also