Gets a List<(Of <(T>)>) object that the ArchiveItemCollection class wraps.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0

Syntax

C#
protected IList<ArchiveItem> Items { get; }
Visual Basic (Declaration)
Protected ReadOnly Property Items As IList(Of ArchiveItem)
Visual C++
protected:
property IList<ArchiveItem^>^ Items {
	IList<ArchiveItem^>^ get ();
}

Return Value

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

See Also