IXmlDocProvider Interface

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines a contract for providing parsed XML documentation for namespaces, types and type members.
public interface IXmlDocProvider
Implemented by

Properties

HasDocumentationGets a value indicating whether the XML documentation provider has any documentation available.

Methods

TryGetMemberDoc(IMember, out XmlDocEntry)Attempts to retrieves the XML documentation for the specified member.
TryGetNamespaceDoc(string, out XmlDocEntry)Attempts to retrieves the XML documentation for the specified namespace.

Extension Methods

InspectDocumentation(this IXmlDocProvider, IMember, XmlDocInspectionOptions)Inspects the XML documentation for the specified member.

See Also