Commenting Generics - Is it possible to refer to generic type parameter not as T but as its actual type?

To supplement @Martin Mulder's answer as well as a couple of the comments for this question, I have submitted a problem report to the Visual Studio developer community to fix this "issue" as a feature request. I have basically requested that the Intellisense, when hovering over a statement that substitutes a generic for a specific type, shows the specific type in the comments when using the <typeparamref name=""/> tag in the comments. I am not sure if doing the same when using <see cref=""/> is appropriate, but if you feel like it is, feel free to add a comment to the problem report to request its inclusion in a fix!

Substitute Generics For Actual Type In Intellisense For XML Comments