Click or drag to resize

PathName(PathName) Constructor

Initializes a new instance of the PathName class by copying another instance.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected PathName(
	PathName path
)

Parameters

path  PathName
The instance to copy.
See Also