Brecham.Obex — An OBEX library for the .NET Framework

MenuKeyboardInput.ReadLine Method

Read a line from the console, checking for end of input and blank input.

Overload List

Read a line from the console, checking for end of input and blank input.

public static string ReadLine(ReadLineInputIsEmpty);

Read a line from the given TextReader, checking for end of input and blank input.

public static string ReadLine(ReadLineInputIsEmpty,TextReader,TextWriter);

See Also

MenuKeyboardInput Class | Brecham.Obex.Net Namespace