Showing generic class eg Table<String> in xml comments in visual studio
You need to use XML entities (sort of escape sequences): < for < and > for >. Intellisense will display < as and > correctly.
EDIT: Here's a cheat sheet listing of all of the XML entities:
< for <
> for >
& for &
" for "
' for '
try using an < instead of a <