Span<T>.Empty Proprietà

Definizione

Restituisce un oggetto vuoto Span<T> .

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

Valore della proprietà

Oggetto vuoto Span<T> .

Si applica a