Gets whether this object was disposed.

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

Syntax

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

See Also