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!
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!
Copyright © 2021 Jogjafile Inc.
Using
Util.ReadLine()gives you a black box at the bottom of the window to input your...input