public abstract class TypeConverterRegistryBase {
...
...
C# On Generic type converter
by nrkn,
October 27, 2010 20:23
public sealed class TypeConverterRegistry : TypeConverterRegistryBase {
public static readonly TypeConverterRegistry Instance = new TypeConverterRegistry();
static TypeConverterRegistry() {}
...
C# Generic type converter
Please note, this is also b...
I have to agree with http:/...