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

Namespace: yWorks.yFiles.Util
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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