Click or drag to resize

BaseGraphNodeAdd Method (Int32)

Adds node

Namespace:  GraphLibrary.Graphs
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public abstract void NodeAdd(
	int node
)

Parameters

node
Type: SystemInt32
Node
See Also