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

Gets whether object has been disposed.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Disposed { get; }
Public ReadOnly Property Disposed As Boolean
public:
property bool Disposed {
	bool get ();
}

See Also