Creates an instance of ArrayQueue
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ArrayQueue( int size ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ size As Integer _ ) |
| Visual C++ |
|---|
public: ArrayQueue( int size ) |
Parameters
- size
- Type: System..::.Int32
size of this ArrayQueue.