 |
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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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