MemoryOwner<T>.Span Property

Definition

Gets a Span<T> wrapping the memory belonging to the current instance.

public Span<T> Span { get; }
member this.Span : Span<'T>
Public ReadOnly Property Span As Span(Of T)

Property Value

Span<T>

Applies to