Click or drag to resize
Ab4d.SharpEngine logo

ObjectPoolT Class

Dynamic object pool that allocate new instance when necessary.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.UtilitiesObjectPoolT

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class ObjectPool<T>
where T : class, new()

Type Parameters

T

The ObjectPoolT type exposes the following members.

Constructors
 NameDescription
Public methodObjectPoolT Constructor
Top
Properties
 NameDescription
Public propertyAliveObjectsCount 
Public propertyCapacity 
Top
Methods
See Also