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