In Memory Indexed CacheCount Property
This read-only property returns a count of the items in the indexed cache
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public override int Count { get; }VB
Public Overrides ReadOnly Property Count As Integer
GetC++
public:
virtual property int Count {
int get () override;
}F#
abstract Count : int with get
override Count : int with get