Read()

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Consumes the next character from the input stream.

Syntax

public int Read()

Remarks

This call blocks until a symbol appears in the input stream.

See also

  • Peek()
  • ReadKey()

  • Back to index