Copies the NodeItem elements to a one-dimensional Array instance at the specified index.
| 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.