| EdgeTVertex Constructor (TVertex, TVertex, Boolean) | 
  
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic Edge(
	TVertex startVertex,
	TVertex endVertex,
	bool isDirected
)
Public Sub New ( 
	startVertex As TVertex,
	endVertex As TVertex,
	isDirected As Boolean
)
Parameters
- startVertex
 - Type: TVertex
The start vertex. - endVertex
 - Type: TVertex
The end vertex. - isDirected
 - Type: SystemBoolean
if set to true, this edge is considered a directed edge, from startVertex to endVertex 
See Also