A collection of C1ZipEntry objects that represent the contents of a zip file.

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

Syntax

C#
public class C1ZipEntryCollection : List<C1ZipEntry>
Visual Basic
Public Class C1ZipEntryCollection _
	Inherits List(Of C1ZipEntry)

Remarks

Use the C1ZipEntryCollection to programmatically manage the contents of zip files. You can add, remove, extract, or insert items into the C1ZipEntryCollection.

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'C1ZipEntry>)>)>
    C1.C1Zip..::..C1ZipEntryCollection

See Also