IndexedCommentsCacheItem Property

This read-only property returns the comments for the specified key

Definition

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public XPathNavigator this[
	string key
] { get; }

Parameters

key  String
The key for which to retrieve comments

Return Value

XPathNavigator
An XPathNavigator for the comments or null if not found.

See Also