Interface IObjectPool<T>
Interface for object pools.
Inherited Members
Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public interface IObjectPool<T> : IObjectPoolAllocateFree<T>, IObjectPoolNew<T> where T : class
Type Parameters
Name | Description |
---|---|
T | Type of the elements stored in the pool. |