ReferenceComment Constructor
- Namespace
- Kampute.DocToolkit.XmlDoc.Comments
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the ReferenceComment class.
protected ReferenceComment(string cref, XElement element)Parameters
crefstring- The code reference being described.
elementXElement- The XML element containing the description.
Exceptions
- ArgumentNullException
- Thrown when
creforelementisnull.
