PooledSpan Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |