ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip 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 ClassC1ZipEntry Class
    Syntax
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class C1ZipEntryCollection 
       Inherits System.Collections.Generic.List(Of C1ZipEntry)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    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.Zip.C1ZipEntryCollection

    See Also