Table of Contents

IndexedCommentsCache.this Property

Definition

Namespace
Sandcastle.Core.InheritedDocumentation
Assembly
Sandcastle.Core.dll

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

public XPathNavigator this[string key] { get; }

Parameters

key string

The key for which to retrieve comments

Property Value

XPathNavigator

An XPathNavigator for the comments or null if not found.