What is the .NET equivalent of PHP var_dump?

后端 未结 5 1000
春和景丽
春和景丽 2020-12-31 07:43

I remember seeing a while ago that there is some method in maybe the Reflection namespace that would recursively run ToString() on all of an object\'s propertie

5条回答
  •  感情败类
    2020-12-31 08:23

    Here is a link with code dumper and a demo project that shows you how to use it. Download it here.

提交回复
热议问题