GraphBaseTVertex, TEdgeGetEdgesToEndVertex Method  | 
 
            Gets all the edges which end in the endVertex specified.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic HashSet<TEdge> GetEdgesToEndVertex(
	TVertex endVertex
)
Public Function GetEdgesToEndVertex ( 
	endVertex As TVertex
) As HashSet(Of TEdge)
Parameters
- endVertex
 - Type: TVertex
The end vertex of the edges to obtain. 
Return Value
Type: 
HashSetTEdgeSet of edges which have the specified endVertex as their endVertex, or an empty set if endVertex isn't part of this graph
See Also