Table of Contents

InMemoryIndexedCache.this Property

Definition

Namespace
Sandcastle.Tools.BuildComponents.Commands
Assembly
Sandcastle.Tools.BuildComponents.dll

This read-only property returns the value in the indexed cache for the given key

public override XPathNavigator this[string key] { get; }

Parameters

key string

The key to look up

Property Value

XPathNavigator

The value associated with the key or null if it was not found