FileSystemItemCollection.CopyTo Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9147)
CopyTo(FileSystemItem[], Int32)
Copies the range of elements from the collection to a one-dimensional
File
Declaration
public void CopyTo(FileSystemItem[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
File |
array | One-dimensional zero-based File |
Int32 | index | A zero-based index in the destination array at which copying begins. |