XmlDocProvider.TryGetDoc Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieves the XML documentation for the specified code reference.
public virtual bool TryGetDoc(string cref, [NotNullWhen(true)] out XmlDocEntry doc)Parameters
crefstring- The code reference to retrieve the documentation for.
docXmlDocEntry- When this method returns, contains the XmlDocEntry representing the documentation for the code reference, if the documentation is available; otherwise,
null. This parameter is passed uninitialized.
