Specialized list implementation for instances of type Node .

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

Syntax

C#
public class NodeList : YList, IEnumerable<Node>, 
	IEnumerable
Visual Basic
Public Class NodeList _
	Inherits YList _
	Implements IEnumerable(Of Node), IEnumerable

Remarks

Specialized list implementation for instances of type Node .

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms..::..YList
    yWorks.yFiles.Algorithms..::..NodeList

See Also