If one have such a function : The call : does not display the SOME_TYPE members after the . in spite of the "get" keyword mouseover displays the correct returned type SOME_TYPE.
[Modified at 12/04/2011 03:54 PM]
public T get<T>(string parameterName){ }
get<SOME_TYPE>("someValue").
[Modified at 12/04/2011 03:54 PM]
