Click or drag to resize

IMutableUndirectedGraphTVertex, TEdgeRemoveAdjacentEdgeIf Method

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
int RemoveAdjacentEdgeIf(
	TVertex vertex,
	EdgePredicate<TVertex, TEdge> predicate
)

Parameters

vertex
Type: TVertex
predicate
Type: QuickGraphEdgePredicateTVertex, TEdge

Return Value

Type: Int32
See Also