Click or drag to resize

IProjectArchiveEntries Property

Enumerates all entries in this project archive.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<IProjectArchiveEntry> Entries { get; }

Property Value

IEnumerableIProjectArchiveEntry
The entries.
See Also