This class is a thread safe implementation of StackPool It internally uses a spin lock

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

Syntax

C#
public class StackPoolEx<T> : StackPoolExBase<T>
where T : new()
Visual Basic
Public Class StackPoolEx(Of T As New) _
	Inherits StackPoolExBase(Of T)
Visual C++
generic<typename T>
where T : gcnew()
public ref class StackPoolEx : public StackPoolExBase<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:RCLibrary.StackPoolEx`1"]

Inheritance Hierarchy

System..::..Object
  RCLibrary..::..StackPoolExBase<(Of <(<'T>)>)>
    RCLibrary..::..StackPoolEx<(Of <(<'T>)>)>

See Also