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 StackPoolExBase<T> : IItemPool<T>
where T : new()
Visual Basic
Public Class StackPoolExBase(Of T As New) _
	Implements IItemPool(Of T)
Visual C++
generic<typename T>
where T : gcnew()
public ref class StackPoolExBase : IItemPool<T>

Type Parameters

T

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

Inheritance Hierarchy

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

See Also