Skip to content

Type parameters of methods are not described #1905

Closed
@svick

Description

@svick

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    externalNot related to content

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions