Click or drag to resize

ZipEntryAsProjectArchiveEntry 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 ZipEntryAsProjectArchiveEntry(
	ZipArchiveEntryAxo entry
)

Parameters

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