Click or drag to resize

graphNodeBaseRemove Method (IEnumerableString)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes all children with matching [!:graphNode.name]

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public int Remove(
	IEnumerable<string> keys
)
Request Example View Source

Parameters

keys
Type: System.Collections.GenericIEnumerableString
The keys to match children with

Return Value

Type: Int32
Number of child nodes matched and removed
See Also