Summary description for IBidirectionalVertexAndEdgeListGraph.
Namespace:
QuickGraph.Concepts.TraversalsAssembly: QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)
Syntax
| C# |
|---|
public interface IBidirectionalVertexAndEdgeListGraph : IBidirectionalVertexListGraph, IBidirectionalGraph, IVertexAndEdgeListGraph, IVertexListGraph, IEdgeListAndIncidenceGraph, IEdgeListGraph, IIncidenceGraph, IAdjacencyGraph, IImplicitGraph, IGraph |
| Visual Basic (Declaration) |
|---|
Public Interface IBidirectionalVertexAndEdgeListGraph _ Implements IBidirectionalVertexListGraph, IBidirectionalGraph, IVertexAndEdgeListGraph, IVertexListGraph, _ IEdgeListAndIncidenceGraph, IEdgeListGraph, IIncidenceGraph, IAdjacencyGraph, IImplicitGraph, _ IGraph |
