可以用代码清除 LINQPad 结果窗口吗?
使用 LINQPad,使用扩展方法 Dump()、Console.WriteLine 或 Debug.Writeline,这些值将出现在结果窗口中。
有没有办法在 linqpad 脚本运行期间清除此结果窗口?例如,我尝试了 Console.Clear() 但这会引发异常
Using LINQPad, using the extension method Dump(), Console.WriteLine or Debug.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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我添加了一个功能来执行此操作
I've added a feature to do this