Closed
Description
The documentation for generic methods does not seem to document their type parameters. For example, consider ExpressionVisitor.VisitAndConvert<T>(ReadOnlyCollection<T>, String)
. Its type parameter is documented in the XML source as:
<typeparam name="T">The type of the expression.</typeparam>
But this information is not shown on the API reference page for this method.