Click or drag to resize

ProjectFolderPropertyDocumentCollection Constructor

Initializes a new instance of the ProjectFolderPropertyDocumentCollection class.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ProjectFolderPropertyDocumentCollection(
	IProject parent
)

Parameters

parent  IProject
The owning project.
See Also