Click or drag to resize

graphMultiRootTAdd Method (String, T)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified key.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	string key,
	T item
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
item
Type: T
The item.
See Also