Click or drag to resize

graphNodeBaseRemove Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes by the key specified

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

Parameters

key
Type: SystemString
The key.
See Also