Indexed CacheIs Disposed Property
This read-only property can be used to determine whether or not the indexed cache has been disposed
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 bool IsDisposed { get; protected set; }VB
Public Property IsDisposed As Boolean
Get
Protected SetC++
public:
property bool IsDisposed {
bool get ();
protected: void set (bool value);
}F#
member IsDisposed : bool with get, set