Ejemplo n.º 1
0
 public static void add(Type type, IFormattedTypeWriter writer)
 {
     KeyValueTableTypeWriterRegistry.writers.Add(type, writer);
 }
Ejemplo n.º 2
0
 public static void add <T>(IFormattedTypeWriter writer)
 {
     KeyValueTableTypeWriterRegistry.add(typeof(T), writer);
 }