Removes an entry from the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public void Remove(
	int index
)
Visual Basic
Public Sub Remove ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
Index of the entry to remove.

See Also