Click or drag to resize
KaxTreeNodeCollectionCopyTo Method
Copies the KaxTreeNode instances stored in the current KaxTreeNodeCollection object to an System.Array object, beginning at the specified index location in the System.Array.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void CopyTo(
	KaxTreeNode[] array,
	int index
)

Parameters

array
Type: Kettic.AspNet.ControlsKaxTreeNode
The System.Array to copy the KaxTreeNode instances to.
index
Type: SystemInt32
The zero-based relative index in array where copying begins.
See Also