SyntaxFix
Write A Post
Hire A Developer
Questions
If you use System.Diagnostics.Debug.WriteLine(...) instead of Console.WriteLine(), then you can see the results in the Output window of Visual Studio.
System.Diagnostics.Debug.WriteLine(...)
Console.WriteLine()