Click or drag to resize

graphMultiRootTAdd Method (T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified newChild, if its name is not already occupied

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool Add(
	T newChild
)
Request Example View Source

Parameters

newChild
Type: T
The new child.

Return Value

Type: Boolean
See Also