Share via


PooledSpan Class

Definition

This allows for the request of a pooled array that can be used in a using scope to reduce allocations in hot paths.

public static class PooledSpan
type PooledSpan = class
Public Class PooledSpan
Inheritance
PooledSpan

Methods

Create<T>(IEnumerable<T>, Boolean, ArrayPool<T>)
Create<T>(Int32, Boolean, ArrayPool<T>)

Applies to