IndexedCacheItem Property

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

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public abstract XPathNavigator this[
	string key
] { get; }

Parameters

key  String
The key to look up

Return Value

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

See Also