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>

一个空对象。

适用于