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

Namespace: yWorks.yFiles.Util
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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