Table of Contents

IndexedCache.GetValues Method

Definition

Namespace
Sandcastle.Tools.BuildComponents.Commands
Assembly
Sandcastle.Tools.BuildComponents.dll

This returns an enumerable list of all key/value pairs from the specified XML file based on the expressions for this cache.

public IEnumerable<KeyValuePair<string, XPathNavigator>> GetValues(string file)

Parameters

file string

The XML file from which to obtain the keys

Returns

IEnumerable<KeyValuePair<string, XPathNavigator>>

An enumerable list of the key/value values in the given file