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