Click or drag to resize

graphNodeBaseRemoveByKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes child matching the specified key, on no match returns false

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

Parameters

key
Type: SystemString
The key to match children against

Return Value

Type: Boolean
True if a child removed, false if no child matched by the key
See Also