ArchiveItemCollection.IList<ArchiveItem>.Insert Method
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
IList<ArchiveItem>.Insert(Int32, ArchiveItem)
Not supported. Throws NotSupportedException.
Declaration
void IList<ArchiveItem>.Insert(int index, ArchiveItem item)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
ArchiveItem | item |