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
memberIMember- The member that has the empty see-also element.
hrefstring- The URI string of the see-also topic that is not described.
Returns
- XmlDocInspectionIssue
- A new XmlDocInspectionIssue instance.
Exceptions
- ArgumentNullException
- Thrown when
memberorhrefisnull.
