Initializes a new instance of the StackPoolEx<(Of <(<'T>)>)> class

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

Syntax

C#
public StackPoolEx(
	uint capacity
)
Visual Basic
Public Sub New ( _
	capacity As UInteger _
)
Visual C++
public:
StackPoolEx(
	unsigned int capacity
)

Parameters

capacity
Type: System..::..UInt32

[Missing <param name="capacity"/> documentation for "M:RCLibrary.StackPoolEx`1.#ctor(System.UInt32)"]

See Also