Click or drag to resize

EdgeEdgeActionTVertex, TEdge Delegate

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate void EdgeEdgeAction<TVertex, TEdge>(
	TEdge edge,
	TEdge targetEdge
)
where TEdge : Object, IEdge<TVertex>

Parameters

edge
Type: TEdge
targetEdge
Type: TEdge

Type Parameters

TVertex
TEdge
See Also