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

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