Hi,

I've a question on setting timeout on console.readlin e()

I would like the user to input something through Console.readlin e() in
5 secs. If there is no input in that time, I would like to proceed
further with the program logic.

I had a difficulty in implementing this, as console.readlin e()
indefinitely waits for the user input.

Can somebody help me to implement this in c#?...