| GraphBase<TVertex, TEdge>.Add 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.3.0.0 (1.3.17.0314)
Syntaxpublic void Add(
	TVertex vertex
)
Public Sub Add ( 
	vertex As TVertex
)
Parameters
- vertex
 - Type: TVertex
The vertex to add to this graph. 
See Also