ComponentOne Zip for .NET
C1ZipEntryCollection Class
Members 

C1.C1Zip.4 Assembly > C1.C1Zip Namespace : C1ZipEntryCollection Class
A collection of C1ZipEntry objects that represent the contents of a zip file.
Object Model
C1ZipEntryCollection ClassC1ZipEntry Class
Syntax
<DefaultMemberAttribute("Item")>
Public Class C1ZipEntryCollection 
   Inherits System.Collections.Generic.List(Of C1ZipEntry)
[DefaultMember("Item")]
public class C1ZipEntryCollection : System.Collections.Generic.List<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<T>
      C1.C1Zip.C1ZipEntryCollection

See Also

Reference

C1ZipEntryCollection Members
C1.C1Zip Namespace