Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 563 Bytes

Summary.DocCommentElementAttribute.md

File metadata and controls

22 lines (16 loc) · 563 Bytes
public record DocCommentElementAttribute(string Name, string Value)

An XML-documentation attribute (e.g. name in param, etc.).

Properties

public string Name { get; }

The name of the attribute (e.g. name, cref, etc.)

public string Value { get; }

The value of the attribute (e.g. the actual name in name attribute).