Stack pool - future improvement ideas...
reference count to catch double release
finalizable object support with internal release to totally avoid double release
Namespace: RCLibraryAssembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class StackPool<T> : IItemPool<T> where T : new() |
Visual Basic |
---|
Public Class StackPool(Of T As New) _ Implements IItemPool(Of T) |
Visual C++ |
---|
generic<typename T> where T : gcnew() public ref class StackPool : IItemPool<T> |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:RCLibrary.StackPool`1"]