Table of Contents

Method Read

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Read()

Returns the available data without blocking, called when Peek() returns true.

protected override IEnumerable<ConsoleKeyInfo> Read()

Returns

IEnumerable<ConsoleKeyInfo>