Gets a List<(Of <(<'T>)>)> object that the ArchiveItemCollection class wraps.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Protected ReadOnly Property Items As IList(Of ArchiveItem) Get |
C# |
---|
protected IList<ArchiveItem> Items { get; } |