Click or drag to resize

TDataClass Constructor

Initializes a new instance of the TDataClass class using the provided node.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TDataClass(
	WITecTreeNode node
)

Parameters

node  WITecTreeNode
The node that represents this data class in the WITec tree.
See Also