Span<T>.Empty プロパティ

定義

空の 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)

プロパティ値

空の Span<T> オブジェクト。

適用対象