ArrayPoolExtensions 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.
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. |