| AdjacencyListWeightedDirectedGraphT Properties |
The AdjacencyListWeightedDirectedGraphT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| EdgeCount |
Number of edges between the vertices of this graph.
| |
| Edges |
Edges between the vertices of this graph.
| |
| EdgeWeights |
Weights of the edges between the vertices of this graph.
| |
| VertexCount |
Number of vertices of this graph.
| |
| Vertices |
Vertices of this graph.
|