Example #1
0
 public static string PrintToString <T>(this T obj)
 {
     return(ObjectPrinter <T> .Should().Build().PrintToString(obj));
 }