Indexed Comments CacheIndex Count Property
This read-only property returns the number of items indexed
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 int IndexCount { get; }VB
Public ReadOnly Property IndexCount As Integer
GetC++
public:
property int IndexCount {
int get ();
}F#
member IndexCount : int with get