XmlDocProvider.TryGetNamespaceDoc Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to retrieves the XML documentation for the specified namespace.
public virtual bool TryGetNamespaceDoc(string ns, [NotNullWhen(true)] out XmlDocEntry doc)Parameters
nsstring- The namespace to retrieve the documentation for.
docXmlDocEntry- When this method returns, contains the XmlDocEntry representing the documentation for the namespace, if the documentation is available; otherwise,
null.
Returns
Remarks
The XML documentation for a namespace is represented by a special type named "NamespaceDoc" within the namespace.
