Defines the union of VertexListGraph and EdgeListGraph.

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

Syntax

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

See Also