IXmlDocResolver.TryGetXmlDoc Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieves the XML documentation for the specified code reference.
bool TryGetXmlDoc(string cref, [NotNullWhen(true)] out XElement xmlDoc)Parameters
crefstring- The code reference to retrieve the documentation for.
xmlDocXElement- When this method returns, contains the XML element representing the documentation for the code reference, if the documentation is available; otherwise,
null.
