[This is preliminary documentation and is subject to change.]
Gets a value indicating whether this instance is disposed.
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public bool IsDisposed { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsDisposed As Boolean |
| Visual C++ |
|---|
public: property bool IsDisposed { bool get (); } |