InMemoryIndexedCacheItem Property
This read-only property returns the value in the indexed cache for the given key
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public override XPathNavigator this[
string key
] { get; }
Public Overrides ReadOnly Default Property Item (
key As String
) As XPathNavigator
Get
public:
virtual property XPathNavigator^ default[String^ key] {
XPathNavigator^ get (String^ key) override;
}
abstract Item : XPathNavigator with get
override Item : XPathNavigator with get
- key String
- The key to look up
XPathNavigatorThe value associated with the key or null if it was not found