Gets the capacity of the Limited Stack.

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

Syntax

C#
public int Capacity { get; }
Visual Basic (Declaration)
Public ReadOnly Property Capacity As Integer
Visual C++
public:
property int Capacity {
	int get ();
}

See Also