IndexedCache.GetKeys Method
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This returns an enumerable list of all key values from the specified XML file based on the expressions for this cache.
public IEnumerable<string> GetKeys(string file)
Parameters
filestringThe XML file from which to obtain the keys
Returns
- IEnumerable<string>
An enumerable list of the key values in the given file