Click or drag to resize

IConsoleInputReadKey(Boolean) Method

Reads a key from stdin and optionally displays it in the console.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
ConsoleKeyInfo ReadKey(
	bool intercept
)

Parameters

intercept  Boolean
If true, the key is NOT displayed in the console.

Return Value

ConsoleKeyInfo
A ConsoleKeyInfo object describing the pressed key.
See Also