public record DocTypeParam(string Name)
A type parameter of a DocMember
.
public string Name { get; }
The name of the parameter.
public DocCommentElement? Comment(DocMember parent)
The comment of the parameter (i.e., <typeparam>
tag).
public record DocTypeParam(string Name)
A type parameter of a DocMember
.
public string Name { get; }
The name of the parameter.
public DocCommentElement? Comment(DocMember parent)
The comment of the parameter (i.e., <typeparam>
tag).