Click or drag to resize

ProjectItemCollectionBaseTItem, TDictionaryItem Constructor

Initializes a new instance of the ProjectItemCollectionBaseTItem, TDictionaryItem class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ProjectItemCollectionBase(
	IDocumentNode parent
)

Parameters

parent  IDocumentNode
The parent document node.
See Also