ReadOnlyMemory<T>.Empty 属性

定义

获取空 ReadOnlyMemory<T>

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

属性值

一个空的只读内存区域。

适用于