| SqlDictionaryTValueIsDisposed Property |
This read-only property returns whether or not the cache has been disposed of
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public bool IsDisposed { get; }
Public ReadOnly Property IsDisposed As Boolean
Get
public:
property bool IsDisposed {
bool get ();
}
member IsDisposed : bool with get
Property Value
Type:
BooleanSee Also