Click or drag to resize

IRecorderWriteLine Method

Writes the given string to the currently ongoing recordings followed by a new line

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
void WriteLine(
	string value
)

Parameters

value
Type: SystemString
The string to write to the recordings
See Also