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