The EdgeListGraph concept refines the Graph concept, and adds the requirement for efficient access to all the edges in the graph.

Namespace:  QuickGraph.Concepts.Traversals
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public interface IEdgeListGraph : IGraph
Visual Basic (Declaration)
Public Interface IEdgeListGraph _
	Implements IGraph

Remarks

See Also