LocalItemCollection.CopyTo Method
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
CopyTo(LocalItem[], Int32)
Copies the range of elements from the collection to a one-dimensional LocalItem array, starting at the specified index of the target array.
Declaration
public void CopyTo(LocalItem[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
LocalItem[] | array | One-dimensional zero-based LocalItem array that is the destination of the elements copied from the collection. |
Int32 | arrayIndex | A zero-based index in the destination array at which copying begins. |
Implements
CopyTo(FileSystemItem[], Int32)
Copies the range of elements from the collection to a one-dimensional FileSystemItem array, starting at the specified index of the target array. Inherited from FileSystemItemCollection.
Declaration
public void CopyTo(FileSystemItem[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
FileSystemItem[] | array | One-dimensional zero-based FileSystemItem array that is the destination of the elements copied from the collection. |
Int32 | index | A zero-based index in the destination array at which copying begins. |