public record DocCommentInheritDoc(string? Cref) : DocCommentNode
A DocCommentNode
that inherits documentation from another member
(<inheritdoc>
).
public string? Cref { get; }
An optional link to the member the documentation should be inherited from.