Gets if the Limited Stack is full.

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

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

See Also