I look at method parameters and retrieve types. I return (for example) "System.String &" because the parameter is an out parameter. I want to know if a parameter is a string - but there seems to be no way to convert String & to its non-ref counterpart.
Can someone point me in the right direction?
Thank!
source
share