Click or drag to resize

PropertiesClone Method

Creates a deep clone of this Properties container.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Properties Clone()

Return Value

Properties
A deep clone of this Properties instance.
See Also