Namespace: Spire.Compression.Zip
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public List<ZipArchiveItem> Items { get; }
Public ReadOnly Property Items As List(Of ZipArchiveItem)
	Get
public:
property List<ZipArchiveItem^>^ Items {
	List<ZipArchiveItem^>^ get ();
}
member Items : List<ZipArchiveItem> with get

Property Value

List<(Of <(<'ZipArchiveItem>)>)>

See Also