Show / Hide Table of Contents

Interface IObjectPool<T>

Interface for object pools.

Inherited Members
IObjectPoolAllocateFree<T>.Allocate()
IObjectPoolAllocateFree<T>.Free(T)
IObjectPoolNew<T>.New()
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.

In This Article
Back to top Generated by DocFX