Bridge

Console..::..ReadLine Method

Overload List


  Name Description
Public method Static member ReadLine()()()()
Reads the next line of characters from the standard input stream.
Public method Static member ReadLine(String)
ReadLine uses the native JavaScript prompt() to display a dialog with an optional message prompting the user to input some text.
Public method Static member ReadLine(String, String)
ReadLine uses the native JavaScript prompt() to dialog with an optional message prompting the user to input some text.