As I know, in a XML comment for a C# type/method, it is possible to reference a generic type in a tag like so:
///<see cref="name.space.typename<T&rt;(paramtype)">
But I think, there was another syntax, which is less clumsy? Something, to get rid of those html entities '<'? I cannot find it right now. Can somebody help?