Пример #1
0
 public static void DumpAsText(this object obj, TextWriter writer)
 {
     ObjectDumper.DumpAsText(obj, writer);
 }