Click or drag to resize

IRecorderWrite Method

Writes the given string to the currently ongoing recordings

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

Parameters

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