ZipItemCollection.ICollection<ArchiveItem>.CopyTo Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ICollection<ArchiveItem>.CopyTo(ArchiveItem[], Int32)
Copies the range of elements from the collection to a one-dimensional ArchiveItem array, starting at the specified index of the target array. Inherited from ArchiveItemCollection.
Declaration
void ICollection<ArchiveItem>.CopyTo(ArchiveItem[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
ArchiveItem[] | array | One-dimensional zero-based ArchiveItem 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. |