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

Remarks

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

See Also