Click or drag to resize
Sandcastle Help File BuilderESentIndexedCacheItem Property
This read-only property returns the value in the indexed cache for the given key

Namespace: SandcastleBuilder.Components.Commands
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public override XPathNavigator this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key to look up

Return Value

Type: XPathNavigator
The value associated with the key or null if it was not found
See Also