Linqpad's souped-up Console.WriteLine is awesome. However, how can I do a standard Console.WriteLine of an object?
Debug.WriteLine
will also do the trick.
Huh, obvious now - put in an explicit ToString
Console.WriteLine(x.ToString());
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With