Click or drag to resize

CreateVertexDelegateTVertex, TEdge Delegate

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

Parameters

g
Type: QuickGraphIVertexListGraphTVertex, TEdge

Type Parameters

TVertex
TEdge

Return Value

Type: TVertex
See Also