Can you assign a TypeConverter without a TypeConverterAttribute?

Posted by Spike on Stack Overflow See other posts from Stack Overflow or by Spike
Published on 2010-06-18T09:18:38Z Indexed on 2010/06/18 9:23 UTC
Read the original article Hit count: 218

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about typeconverter