Removes several entries from the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.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.

See Also