Api Sandbox Internal PublicArrayPool<T>
class

PublicArrayPool<T>

public sealed class PublicArrayPool<T>

Calls to ArrayPool.Shared{T} will map to this class. You can use it directly but you probably shouldn't

Constructors

PublicArrayPool<T>()

Properties

Name Type Description
Shared static ArrayPool<T> Retrieves a shared ArrayPool`1 instance.
Assembly: Sandbox.System Namespace: Sandbox.Internal Full Name: Sandbox.Internal.PublicArrayPool<T>