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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void CopyTo(
KaxTreeNode[] array,
int index
)
Public Overridable Sub CopyTo (
array As KaxTreeNode(),
index As Integer
)
public:
virtual void CopyTo(
array<KaxTreeNode^>^ array,
int index
)
abstract CopyTo :
array : KaxTreeNode[] *
index : int -> unit
override CopyTo :
array : KaxTreeNode[] *
index : int -> unit
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