NetXP 3.0 Reference

WNetNodeCollection.CopyTo Method 

Copies this collection's items into an array.

[Visual Basic]
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
)
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array
The array.
index
The index at which to start copying.

See Also

WNetNodeCollection Class | NETXP.Library Namespace