Memory<T>.Span Property

Definition

Returns a span from the current instance.

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

Property Value

A span created from the current Memory<T> object.

Applies to