TargetDictionaryIsDisposed Property
This read-only property can be used to determine whether or not the target dictionary has been
disposed.
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool IsDisposed { get; protected set; }
Public Property IsDisposed As Boolean
Get
Protected Set
public:
property bool IsDisposed {
bool get ();
protected: void set (bool value);
}
member IsDisposed : bool with get, set
Property Value
Boolean