Memory<T>.Span Proprietà

Definizione

Restituisce un intervallo dall'istanza corrente.

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)

Valore della proprietà

Span<T>

Intervallo creato dall'oggetto corrente Memory<T> .

Si applica a