XmlDocInspectionIssue.UntitledSeeAlso Method

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

Definition

Initializes a new instance of the XmlDocInspectionIssue for an untitled see-also reference.
public static XmlDocInspectionIssue UntitledSeeAlso(IMember member, string href)

Parameters

member IMember
The member that has the empty see-also element.
href string
The URI string of the see-also topic that is not described.

Returns

XmlDocInspectionIssue
A new XmlDocInspectionIssue instance.

Exceptions

ArgumentNullException
Thrown when member or href is null.