How to provide Console input to when running Linqpad?

2.3k views Asked by At

Within LinqPad I can use things like

Console.ReadKey(); 

OR

Util.ReadLine();

But how do you run these in such a way you can actually enter the input?

The UI doesn't have a console window!

1

There are 1 answers

0
user2051770 On BEST ANSWER

Using Util.ReadLine() gives you a black box at the bottom of the window to input your...input

enter image description here