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; }

Return Value

A List<(Of <(<'T>)>)> object that the ArchiveItemCollection class wraps.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also