Click or drag to resize

PropertyBag(PropertyBag) Constructor

Initializes a new instance of the PropertyBag class by copying the properties from another instance.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyBag(
	PropertyBag from
)

Parameters

from  PropertyBag
From.
See Also