0

I have a configuration classes which get the elements. Some of them is of a Type value. I am using AssemblyQualifiedTypeNameConverter so that the fully qualified name can be converted to a Type.

Is it possible for that attribute to get the generic Type?

From hand it is possible. I can obtain generic type, MakeGenericType and createInstance from activator....

4

1 回答 1

0

我已经解决了。完全限定名称最后必须写有:“`1”。不,它有效。

于 2012-09-25T18:58:49.193 回答