dbicList Send comments on this topic.
CopyTo Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : CopyTo Method

arrayDestination
The one-dimensional Array that is the destination of the NodeItem objects copied from dbiNodeItem. The Array must have zero-based indexing.
nIndex

The zero-based index in array at which copying begins.

Copies the NodeItem elements to a one-dimensional Array instance at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal arrayDestination As Array, _
   ByVal nIndex As Integer _
) 
C# 
public void CopyTo( 
   Array arrayDestination,
   int nIndex
)

Parameters

arrayDestination
The one-dimensional Array that is the destination of the NodeItem objects copied from dbiNodeItem. The Array must have zero-based indexing.
nIndex

The zero-based index in array at which copying begins.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also