Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 483 Bytes

Summary.DocTypeParam.md

File metadata and controls

23 lines (17 loc) · 483 Bytes
public record DocTypeParam(string Name)

A type parameter of a DocMember.

Properties

public string Name { get; }

The name of the parameter.

Methods

public DocCommentElement? Comment(DocMember parent)

The comment of the parameter (i.e., <typeparam> tag).