Specialized list implementation for instances of type Edge .

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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