Dart.PowerTCP.Zip Namespace > Archive Class > Insert Method : Insert(Int32,ArchiveItem) Method |
<DescriptionAttribute("To insert an item to the collection")> Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal value As ArchiveItem _ )
Dim instance As Archive Dim index As Integer Dim value As ArchiveItem instance.Insert(index, value)
[Description("To insert an item to the collection")] public void Insert( int index, ArchiveItem value )
[Description("To insert an item to the collection")] public: void Insert( int index, ArchiveItem* value )
[Description("To insert an item to the collection")] public: void Insert( int index, ArchiveItem^ value )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is not a valid index. |
This overload is intended to insert an ArchiveItem object into the collection.
Please note that a spanned archive is not allowed to add or delete any items.