Edit

Share via


ArrayPoolExtensions Class

Definition

Helpers for working with the ArrayPool<T> type.

public static class ArrayPoolExtensions
type ArrayPoolExtensions = class
Public Module ArrayPoolExtensions
Inheritance
ArrayPoolExtensions

Methods

Resize<T>(ArrayPool<T>, T[], Int32, Boolean)

Changes the number of elements of a rented one-dimensional array to the specified new size.

Applies to