IndexedCommentsCache.this Property
Definition
- Assembly
- Sandcastle.Core.dll
This read-only property returns the comments for the specified key
public XPathNavigator this[string key] { get; }
Parameters
keystringThe key for which to retrieve comments
Property Value
- XPathNavigator
An XPathNavigator for the comments or null if not found.