Copies the range of elements from the collection to a one-dimensional
FileSystemItem array, starting at the specified index of the target array.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub CopyTo ( _ array As FileSystemItem(), _ index As Integer _ ) |
C# |
---|
public void CopyTo( FileSystemItem[] array, int index ) |
Parameters
- array
- Type: array<Rebex.IO..::..FileSystemItem>[]()[][]
One-dimensional zero-based FileSystemItem array that is the destination of the elements copied from the collection.
- index
- Type: System..::..Int32
A zero-based index in the destination array at which copying begins.