Gets a C1ZipEntryCollection that contains the entries in the zip file.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public C1ZipEntryCollection Entries { get; } |
Visual Basic |
---|
Public ReadOnly Property Entries As C1ZipEntryCollection Get |
Remarks
The Entries collection is used to enumerate the entries in the zip file,
and also to add, remove, and expand entries.