ZipItemCollection.CopyTo Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
CopyTo(ZipItem[], Int32)
Copies the items of the collection to an System.Array, starting at a particular index.
Declaration
public void CopyTo(ZipItem[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
ZipItem[] | array | The one-dimensional System.Array that is the destination of the items copied from the collection. The System.Array must have zero-based indexing. |
Int32 | arrayIndex | The zero-based index in array at which copying begins. |