Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 448 Bytes

Summary.DocCommentInheritDoc.md

File metadata and controls

16 lines (12 loc) · 448 Bytes
public record DocCommentInheritDoc(string? Cref) : DocCommentNode

A DocCommentNode that inherits documentation from another member (<inheritdoc>).

Properties

public string? Cref { get; }

An optional link to the member the documentation should be inherited from.