Posted 13 years ago
by 7Alpha7
Version: 11.2.0550
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
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]