Stack pool - future improvement ideas... reference count to catch double release finalizable object support with internal release to totally avoid double release

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

Syntax

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

Type Parameters

T

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

Inheritance Hierarchy

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

See Also