InMemoryIndexedCache.this Property
Definition
- 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
keystringThe key to look up
Property Value
- XPathNavigator
The value associated with the key or null if it was not found