ArchiveItemCollection.ICollection<ArchiveItem>.CopyTo Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
ICollection<ArchiveItem>.CopyTo(ArchiveItem[], Int32)
Copies the range of elements from the collection to a one-dimensional
Archive
Declaration
void ICollection<ArchiveItem>.CopyTo(ArchiveItem[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
Archive |
array | One-dimensional zero-based Archive |
Int32 | arrayIndex | A zero-based index in the destination array at which copying begins. |