开发者

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜