Indexed Comments CacheGet Keys Method
This returns an enumerable list of all key values from the specified XML file based on the
expressions for this cache.
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of the key values in the given file
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<string> GetKeys(
string file
)VB
Public Function GetKeys (
file As String
) As IEnumerable(Of String)C++
public:
IEnumerable<String^>^ GetKeys(
String^ file
)F#
member GetKeys :
file : string -> IEnumerable<string> Parameters
- file String
- The XML file from which to obtain the keys
Return Value
IEnumerableStringAn enumerable list of the key values in the given file