ReadOnlyMemory<T>.Empty 屬性

定義

取得空的 ReadOnlyMemory<T>

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

屬性值

ReadOnlyMemory<T>

空的唯讀記憶體區域。

適用於