Click or drag to resize

BaseGraphNodeRemove Method

Removes a node

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

Parameters

node
Type: SystemInt32
node
See Also