[]
Gets a C1ZipEntryCollection that contains the entries in the zip file.
public C1ZipEntryCollection Entries { get; }
The Entries collection is used to enumerate the entries in the zip file, and also to add, remove, and expand entries.