ComponentOne Zip for UWP
Entries Property

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipFile Class : Entries Property
Gets a C1ZipEntryCollection that contains the entries in the zip file.
Syntax
'Declaration
 
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