Click or drag to resize

ZipFileProjectArchiveManagerBaseIsDisposed Property

Gets a value indicating whether this instance is disposed.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsDisposed { get; }

Property Value

Boolean
true if this instance is disposed; otherwise, false.

Implements

IProjectArchiveManagerIsDisposed
See Also