Click or drag to resize

TestAllProjectsInFolderReporterInternalWrite Method

Writes the specified text to the underlying output.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void InternalWrite(
	string text
)

Parameters

text  String
The text to write.
See Also