XmlDocInspectionIssue.CodeReference Property

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the code reference associated with the issue, if applicable.
public string CodeReference { get; }

Property Value

string
The code reference, or null if not applicable to this issue type.

Remarks

When the issue type is XmlDocInspectionIssueType.UndocumentedReference, this property contains the code reference that is not described.