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

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

Syntax

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

Parameters

capacity
Type: System..::..UInt32

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

See Also