[This is preliminary documentation and is subject to change.]

Gets a value indicating whether this instance is disposed.

Namespace:  NHunspell
Assembly:  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 ();
}

Field Value

true if this instance is disposed; otherwise, false.

See Also