Defines the union of EdgeListGraph and IncidenceListGraph.

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

Syntax

C#
public interface IEdgeListAndIncidenceGraph : IEdgeListGraph, 
	IIncidenceGraph, IAdjacencyGraph, IImplicitGraph, IGraph
Visual Basic (Declaration)
Public Interface IEdgeListAndIncidenceGraph _
	Implements IEdgeListGraph, IIncidenceGraph, IAdjacencyGraph, IImplicitGraph,  _
	IGraph

See Also