 |
ObjectPoolT Class |
Dynamic object pool that allocate new instance when necessary.
Inheritance HierarchySystemObject
Ab4d.SharpEngine.UtilitiesObjectPoolT
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic class ObjectPool<T>
where T : class, new()
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Ab4d.SharpEngine.Utilities.ObjectPool`1"]
The ObjectPoolT type exposes the following members.
Constructors
Properties
Methods
Remarks[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Utilities.ObjectPool`1"]
See Also