Span<T>.Empty プロパティ

定義

空の Span<T> オブジェクトを返します。

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

プロパティ値

Span<T>

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

適用対象