PooledSpan<T>.Pool Property
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.
The pool to request arrays from.
public System.Buffers.ArrayPool<T> Pool { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Pool : System.Buffers.ArrayPool<'T>
Public ReadOnly Property Pool As ArrayPool(Of T)
Property Value
ArrayPool<T>
- Attributes