An Iterator is used to sequence over a collection 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 IIterator
Visual Basic
Public Interface IIterator

Remarks

An Iterator is used to sequence over a collection of objects.

See Also