Specialized list implementation for instances of type Edge .

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Remarks

Specialized list implementation for instances of type Edge .

Inheritance Hierarchy

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

See Also