Creates a Limited Stack with a given capacity
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public LimitedStack( int capacity ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ capacity As Integer _ ) |
Visual C++ |
---|
public: LimitedStack( int capacity ) |
Parameters
- capacity
- Type: System..::.Int32
Capacity of the stack