Click or drag to resize

DebuggerEnvironmentWriteLine Method (String, Object)

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public void WriteLine(
	string format,
	params Object[] arg
)

Parameters

format
Type: SystemString
arg
Type: SystemObject

Implements

ITwinConsoleUIInputOutputConsoleWriteLine(String, Object)
See Also