I need a way of getting the "true-type" of an object or a class (in this case a generic-class).. for now all I get is a RuntimeType.. I have read all over the internet but I just cant find an answer that doesnt just return a RuntimeType..
|
You can't find a way that doesn't return a |
|||
|
|
|
propertyinfo.PropertyType.GetGenericArguments() should give you a list of the generic arguments. |
|||
|
|
RuntimeTypesuit you? What exactly do you think is the difference between “true-type” andRuntimeType?RuntimeTypeis the “true type”. – svick May 14 '12 at 14:31