Click or drag to resize
GraphBaseTVertex, TEdgeValidateVertexFromRemovalFromAdjacencyList Method
Validates if the vertexToRemove passed in is removable from the adjacency list of the vertex vertex. Removing the vertex means all edges from vertex to vertexToRemove are physically removed from the graph structure.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
protected virtual bool ValidateVertexFromRemovalFromAdjacencyList(
	TVertex vertexToRemove,
	TVertex vertex
)

Parameters

vertexToRemove
Type: TVertex
The vertex to remove from the adjacency list.
vertex
Type: TVertex
The vertex which owns the adjacency list.

Return Value

Type: Boolean
See Also