Click or drag to resize

TextDocumentCollection Constructor

Initializes a new instance of the TextDocumentCollection class.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextDocumentCollection(
	AltaxoDocument parent
)

Parameters

parent  AltaxoDocument
The parent project document.
See Also