Click or drag to resize

imbTreeNodeCopyTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void CopyTo(
	KeyValuePair<string, imbTreeNode>[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: System.Collections.GenericKeyValuePairString, imbTreeNode
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also