Comment Constructor
- Namespace
- Kampute.DocToolkit.XmlDoc.Comments
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the Comment class.
protected Comment(XElement element)Parameters
elementXElement- The XML element containing the description.
Exceptions
- ArgumentNullException
- Thrown when
elementisnull.
