ComponentOne Zip for .NET
Entries Property

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipFile Class : Entries Property
Gets a C1ZipEntryCollection that contains the entries in the zip file.
Syntax
Public ReadOnly Property Entries As C1ZipEntryCollection
public C1ZipEntryCollection Entries {get;}
Remarks
The Entries collection is used to enumerate the entries in the zip file, and also to add, remove, and expand entries.
See Also

Reference

C1ZipFile Class
C1ZipFile Members