Share via


IMemoryPoolFactory<T> Interface

Definition

Interface for creating memory pools.

public interface IMemoryPoolFactory<T>
type IMemoryPoolFactory<'T> = interface
Public Interface IMemoryPoolFactory(Of T)

Type Parameters

T

Methods

Create()

Creates a new instance of a memory pool.

Applies to