Can you assign a TypeConverter without a TypeConverterAttribute?
- by Spike
Dependency requirements are forcing me to have a class and its TypeConverter in different
assemblies.
Is there a way to assign a TypeConverter to a class without using a TypeConverterAttribute, and thus causing circular assembly references.
Thanks.