Removes several entries from the current zip file.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
public void Remove( int[] indices ) |
Visual Basic |
---|
Public Sub Remove ( _ indices As Integer() _ ) |
Parameters
- indices
- Type: array<System..::..Int32>[]()[][]
Array containing the indices of the entries to remove.