TextDocument(TextDocument) Constructor |
Initializes a new instance of the
TextDocument class by copying the content from another instance.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TextDocument(
TextDocument from
)
Parameters
- from TextDocument
- Notes to copy from
See Also