A fusion of IBidirectionalGraph and
IVertexListGraph.
Namespace:
QuickGraph.Concepts.TraversalsAssembly: QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)
Syntax
| C# |
|---|
public interface IBidirectionalVertexListGraph : IVertexListGraph, IBidirectionalGraph, IIncidenceGraph, IAdjacencyGraph, IImplicitGraph, IGraph |
| Visual Basic (Declaration) |
|---|
Public Interface IBidirectionalVertexListGraph _ Implements IVertexListGraph, IBidirectionalGraph, IIncidenceGraph, IAdjacencyGraph, _ IImplicitGraph, IGraph |
