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>

空的 物件。

適用於