Click or drag to resize

imbTreeNodeRemove Method (KeyValuePairString, imbTreeNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool Remove(
	KeyValuePair<string, imbTreeNode> item
)
Request Example View Source

Parameters

item
Type: System.Collections.GenericKeyValuePairString, imbTreeNode

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also