How to reference generic classes and methods in xml documentation

To reference the method:

/// <see cref="FancyClass{T}.FancyMethod{K}(T)"/> for more information.

Leave a Comment