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

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

Syntax

C#
public StackPoolSlim(
	uint capacity,
	bool disposeOnRelease
)
Visual Basic
Public Sub New ( _
	capacity As UInteger, _
	disposeOnRelease As Boolean _
)
Visual C++
public:
StackPoolSlim(
	unsigned int capacity, 
	bool disposeOnRelease
)

Parameters

capacity
Type: System..::..UInt32

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

disposeOnRelease
Type: System..::..Boolean

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

See Also