Generic object pool.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public class Pool<T>
where T : class
Visual Basic
Public Class Pool(Of T As Class)
Visual C++
generic<typename T>
where T : ref class
public ref class Pool
F#
type Pool<'T when 'T : not struct> =  class end

Type Parameters

T
Type of pool

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Core.Collections..::..Pool<(Of <(<'T>)>)>

See Also