Share via


PooledSpan<T>.Span Property

Definition

A Span<T> representing a pooled instance.

public Span<T> Span { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Span : Span<'T>
Public ReadOnly Property Span As Span(Of T)

Property Value

Span<T>
Attributes

Applies to