XmlDocProvider.TryResolveInheritedElement Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to resolve the inherited element for the specified
inheritdoc element.protected virtual bool TryResolveInheritedElement(XElement element, XElement inheritDoc, [NotNullWhen(true)] out XElement inheritedElement)Parameters
elementXElement- The element to merge the inherited documentation into.
inheritDocXElement- The
inheritdocelement to resolve. inheritedElementXElement- When this method returns, contains the inherited element, if found; otherwise,
null.
Returns
Exceptions
- ArgumentNullException
- Thrown when
elementorinheritDocisnull.
