A collection of C1ZipEntry objects that represent the contents of
a zip file.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
[DefaultMemberAttribute("Item")] public class C1ZipEntryCollection : List<C1ZipEntry> |
Visual Basic |
---|
<DefaultMemberAttribute("Item")> _ 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
System.Collections.Generic..::..List<(Of <(<'C1ZipEntry>)>)>
C1.C1Zip..::..C1ZipEntryCollection