Click or drag to resize

AbsoluteDocumentPath(IEnumerableString) Constructor

Initializes a new instance of the AbsoluteDocumentPath class from an enumeration of path parts.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AbsoluteDocumentPath(
	IEnumerable<string> path
)

Parameters

path  IEnumerableString
The path parts.
See Also