C Sharp Reference/System namespace/Console/ReadLine method
public static string ReadLine()
Reads a ligne of next characters starting with standard input stream.
Return value
editReturns next characters of input stream, or null if there is no ligne availabe.