Click or drag to resize

IdentifiableEdgeFactoryTVertex, TEdge Delegate

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate TEdge IdentifiableEdgeFactory<TVertex, TEdge>(
	TVertex source,
	TVertex target,
	string id
)
where TEdge : Object, IEdge<TVertex>

Parameters

source
Type: TVertex
target
Type: TVertex
id
Type: SystemString

Type Parameters

TVertex
TEdge

Return Value

Type: TEdge
See Also