Pidgin

Class DefaultArrayPoolProvider

Always returns Shared.

Inheritance
  • Object
  • DefaultArrayPoolProvider
Implements
Declaration
public class DefaultArrayPoolProvider : Object, IArrayPoolProvider

Properties

Instance

The shared global instance of DefaultArrayPoolProvider.

Declaration
public static IArrayPoolProvider Instance { get; }
Property Value
Type Description

IArrayPoolProvider

Methods

GetArrayPool<T>()

Always returns Shared.

Declaration
public ArrayPool<T> GetArrayPool<T>()
Returns
Type Description

ArrayPool<T>

Type Parameters
Name Description

T

Implements

IArrayPoolProvider