Click or drag to resize

NoWorkaroundConsoleIOPrintHighlighted Method

Prints the given text in the chosen highlighting mode on the console

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public void PrintHighlighted(
	string text,
	HighlightingMode mode
)

Parameters

text
Type: SystemString
mode
Type: de.unika.ipd.grGen.libGrHighlightingMode

Implements

IConsoleOutputPrintHighlighted(String, HighlightingMode)
See Also