Click or drag to resize

ZipEntryAsProjectArchiveEntryNative Constructor

Initializes a new instance of the ZipEntryAsProjectArchiveEntry class.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ZipEntryAsProjectArchiveEntryNative(
	ZipArchiveEntry entry
)

Parameters

entry  ZipArchiveEntry
The zip archive entry to wrap.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry
See Also