Click or drag to resize

DelegateUndirectedGraph<TVertex, TEdge> Constructor

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public DelegateUndirectedGraph(
	IEnumerable<TVertex> vertices,
	TryFunc<TVertex, IEnumerable<TEdge>> tryGetAdjacentEdges,
	bool allowParallelEdges
)

Parameters

vertices
Type: System.Collections.Generic.IEnumerable<TVertex>
tryGetAdjacentEdges
Type: QuickGraph.TryFunc<TVertex, IEnumerable<TEdge>>
allowParallelEdges
Type: System.Boolean
See Also