Click or drag to resize

BaseGraphEdgeAdd Method (ListTupleInt32, Int32)

Adds multiple edges

Namespace:  GraphLibrary.Graphs
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public abstract void EdgeAdd(
	List<Tuple<int, int>> edges
)

Parameters

edges
Type: System.Collections.GenericListTupleInt32, Int32
List of pairs of nodes
See Also