开发者

Possible to clear the LINQPad results window with code?

开发者 https://www.devze.com 2023-02-08 20:08 出处:网络
Using LINQPad, using the extension method Dump(), Console.WriteLine or Debu开发者_开发技巧g.Writeline, the values will appear in the results window.

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();
0

精彩评论

暂无评论...
验证码 换一张
取 消