Click or drag to resize

IMutableIncidenceGraphTVertex, TEdgeRemoveOutEdgeIf Method

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

Parameters

v
Type: TVertex
predicate
Type: QuickGraphEdgePredicateTVertex, TEdge

Return Value

Type: Int32
See Also