PathName(PathName) Constructor |
Initializes a new instance of the
PathName class by copying another instance.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected PathName(
PathName path
)
Parameters
- path PathName
- The instance to copy.
See Also