XmlDocEntry Constructors
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
| XmlDocEntry(XElement) | Initializes a new instance of the XmlDocEntry class. |
| XmlDocEntry(XmlDocEntry, IDocumentationContext) | Initializes a new instance associated with the specified documentation context. |
XmlDocEntry(XElement)
Initializes a new instance of the XmlDocEntry class.
public XmlDocEntry(XElement element)Parameters
elementXElement- The XML element containing the documentation.
Exceptions
- ArgumentNullException
- Thrown when
elementisnull.
XmlDocEntry(XmlDocEntry, IDocumentationContext)
Initializes a new instance associated with the specified documentation context.
protected XmlDocEntry(XmlDocEntry other, IDocumentationContext context)Parameters
otherXmlDocEntry- The instance to copy.
contextIDocumentationContext- The documentation context to associate.
Exceptions
- ArgumentNullException
- Thrown when
otherorcontextisnull.
