GraphBaseTVertex, TEdgeAdd Method (TVertex) |
Adds the provided vertex to this graph.
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public void Add(
TVertex vertex
)
Public Sub Add (
vertex As TVertex
)
Parameters
- vertex
- Type: TVertex
The vertex to add to this graph.
See Also