A vertex list graph that supports filtered traversals

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

Syntax

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

See Also