Hi,

I habe a MethodReference to DateTime?.get_Value() and I need the
return type of this method. With Cecil 0.9 the return type is 'T' and
not 'DateTime'

method.Fullname returns '!0
System.Nullable`1<System.DateTime>::get_Value()'

Is there a way to get the real return type? Do I have to replace the
generic parameter by myself?

Jan

-- 
--
mono-cecil

Reply via email to