Class MemoryPoolProviders

Holds references to pre-allocated IMemoryPoolProviders.

Inheritance
System.Object
MemoryPoolProviders
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public static class MemoryPoolProviders : Object

Properties

Default

Returns the default IMemoryPoolProvider instance, which obtains MemoryPools via MemoryPool(T).Shared.

Declaration
public static IMemoryPoolProvider Default { get; }
Property Value
Type Description
IMemoryPoolProvider
In This Article
  • Properties
    • Default
Back to top Generated by DocFX