XmlDocProvider.Import Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Imports XML documentation of members from the specified XML document.
public virtual void Import(XDocument document)Parameters
documentXDocument- The XML document to import.
Exceptions
- ArgumentNullException
- Thrown when
documentisnull.
Remarks
This method adds the XML documentation of members from the provided XML document to the current provider's collection. If the XML document contains members with the same name as existing members, the new members replace the existing ones.
