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