Share via


ZipArchive Constructor (Stream)

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    stream As Stream _
)
public ZipArchive(
    Stream stream
)
public:
ZipArchive(
    Stream^ stream
)
new : 
        stream:Stream -> ZipArchive
public function ZipArchive(
    stream : Stream
)

Parameters

.NET Framework Security

See Also

Reference

ZipArchive Class

ZipArchive Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace