Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class
Members

In This Topic
    C1ZipEntryCollection Class
    In This Topic
    A collection of C1ZipEntry objects that represent the contents of a zip file.
    Object Model
    C1ZipEntryCollection Class
    Syntax
    'Declaration
     
    
    Public Class C1ZipEntryCollection 
       Inherits System.Collections.Generic.List(Of C1ZipEntry)
    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