Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 577 Bytes

Summary.DocParam.md

File metadata and controls

30 lines (22 loc) · 577 Bytes
public record DocParam(DocType? Type, string Name)

A parameter of a DocMethod.

Properties

public DocType? Type { get; }

The type of the parameter.

public string Name { get; }

The name of the parameter.

Methods

public DocCommentElement? Comment(DocMember parent)

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