Click or drag to resize

GraphFastNodeAdd Method (ListInt32)

Adds multiple nodes

Namespace:  GraphLibrary.Graphs.GraphsFast
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public override void NodeAdd(
	List<int> nodes
)

Parameters

nodes
Type: System.Collections.GenericListInt32
List of nodes
See Also