Possible to clear the LINQPad results window with code?
Using LINQPad, using the extension method Dump(), Console.WriteLine or Debu开发者_开发技巧g.Writeline, the values will appear in the results window.
Is there a way to clear this results window during the run of a linqpad script? As an example, I tried Console.Clear() however this throws an exception
I've added a feature to do this
Util.ClearResults();
精彩评论