Ejemplo n.º 1
0
 public void AddCustomPrinter <T>(Func <T, string> printer)
 {
     _console.WriteLine("Adding custom printer for " + typeof(T).Name);
     _printers.AddCustomPrinter <T>(printer);
 }