IndexedCommentsCacheGetKeys Method

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

Definition

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<string> GetKeys(
	string file
)

Parameters

file  String
The XML file from which to obtain the keys

Return Value

IEnumerableString
An enumerable list of the key values in the given file

See Also