Span<T>.Empty Eigenschaft

Definition

Gibt ein leeres Span<T>-Objekt zurück.

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)

Eigenschaftswert

Ein leeres Span<T>-Objekt.

Gilt für: