ReadLine()

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Reads the next line of characters from the input stream. This call blocks until the user presses Enter.

Syntax

public string ReadLine()

Back to index