XmlDocumentationCache.GetSummary Method

NDoc Core

NDoc Documentation

XmlDocumentationCache.GetSummary Method 

Returns the original summary for a member inherited from a specified type.

public XmlNode GetSummary(
   string memberID,
   Type declaringType
);

Parameters

memberID
The member ID to lookup.
declaringType
The type that declares that member.

Return Value

The summary xml node. If not found, returns an empty node.

See Also

XmlDocumentationCache Class | NDoc.Core Namespace