GraphBaseTVertex, TEdgeAdd Method (TVertex) | 
 
            Adds the provided vertex to this graph.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntaxpublic void Add(
	TVertex vertex
)
Public Sub Add ( 
	vertex As TVertex
)
Parameters
- vertex
 - Type: TVertex
The vertex to add to this graph. 
See Also