XmlDocumentationCache.GetXmlFor Method

NDoc Core

NDoc Documentation

XmlDocumentationCache.GetXmlFor Method 

Gets the xml documentation for the assembly of the specified type.

public XmlDocument GetXmlFor(
   Type type
);

Return Value

The xml document. If the xml file was not found, returns an empty document.

See Also

XmlDocumentationCache Class | NDoc.Core Namespace