ReadOnlyMemory<T>.Empty Property

Definition

Gets an 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)

Property Value

An empty read-only memory region.

Applies to