Click or drag to resize

MonoLinuxWorkaroundConsoleIOPrintHighlighted 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.1
Syntax
C#
public override void PrintHighlighted(
	string text,
	HighlightingMode mode
)

Parameters

text  String
 
mode  HighlightingMode
 

Implements

IConsoleOutputPrintHighlighted(String, HighlightingMode)
See Also