In Memory Indexed CacheItem 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: 2026.1.20.0
The value associated with the key or null if it was not found
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public override XPathNavigator this[
string key
] { get; }VB
Public Overrides ReadOnly Default Property Item (
key As String
) As XPathNavigator
GetC++
public:
virtual property XPathNavigator^ default[String^ key] {
XPathNavigator^ get (String^ key) override;
}F#
abstract Item : XPathNavigator with get
override Item : XPathNavigator with getParameters
- key String
- The key to look up
Return Value
XPathNavigatorThe value associated with the key or null if it was not found