Click or drag to resize

BidirectionalGraphTVertex, TEdge Constructor (Boolean, Int32, Int32, IEqualityComparerTVertex)

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public BidirectionalGraph(
	bool allowParallelEdges,
	int vertexCapacity,
	int edgeCapacity,
	IEqualityComparer<TVertex> vertexComparer
)

Parameters

allowParallelEdges
Type: SystemBoolean
vertexCapacity
Type: SystemInt32
edgeCapacity
Type: SystemInt32
vertexComparer
Type: System.Collections.GenericIEqualityComparerTVertex
See Also