Click or drag to resize

ProjectServiceDummyImplProjectFileExtensions Property

Gets all possible file extensions for acceptable project files.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<string> ProjectFileExtensions { get; }

Property Value

IEnumerableString
All possible file extensions for acceptable project files.

Implements

IProjectServiceProjectFileExtensions
See Also