PropertyBag(PropertyBag) Constructor |
Initializes a new instance of the
PropertyBag class by copying the properties from another instance.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PropertyBag(
PropertyBag from
)
Parameters
- from PropertyBag
- From.
See Also