Click or drag to resize

BidirectionalGraphTVertex, TEdge Constructor (Boolean, Int32, FuncInt32, IVertexEdgeDictionaryTVertex, TEdge)

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public BidirectionalGraph(
	bool allowParallelEdges,
	int capacity,
	Func<int, IVertexEdgeDictionary<TVertex, TEdge>> vertexEdgesDictionaryFactory
)

Parameters

allowParallelEdges
Type: SystemBoolean
capacity
Type: SystemInt32
vertexEdgesDictionaryFactory
Type: SystemFuncInt32, IVertexEdgeDictionaryTVertex, TEdge
See Also