The ZipItemCollection type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Gets the number of items contained in the collection.
(Inherited from ArchiveItemCollection.)
Public propertySupported by the .NET Compact FrameworkIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from ArchiveItemCollection.)
Public propertySupported by the .NET Compact FrameworkItem[([( Int32])])
Gets the item at the specified index.
Public propertySupported by the .NET Compact FrameworkItem[([( String])])
Gets the ZipItem with specified path.
Protected propertySupported by the .NET Compact FrameworkItems
Gets a List<(Of <(<'T>)>)> object that the ArchiveItemCollection class wraps.
(Inherited from ArchiveItemCollection.)

Explicit Interface Implementations

See Also