Home
Options

Is it possible to simulate Dump(description, depth) with Util.CreateXhtmlWriter() ?

I am using Util.CreateXhtmlWriter(true) to generate html which is displayed in a webbrowser in a winforms application.

This allows me to simulate the effects of Dump(), but is it possible to set the initial depth and also a description, ie to get the same output as Dump(description, depth) when run from inside Linqpad?

Comments

Sign In or Register to comment.