Memory<T>.Empty プロパティ

定義

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

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

プロパティ値

Memory<T>

空のオブジェクト。

適用対象