Indexed Comments CacheAll Keys Property
This read-only property returns all keys in the index
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<string> AllKeys { get; }VB
Public ReadOnly Property AllKeys As IEnumerable(Of String)
GetC++
public:
property IEnumerable<String^>^ AllKeys {
IEnumerable<String^>^ get ();
}F#
member AllKeys : IEnumerable<string> with get