Memory<T>.Empty Property

Definition

Returns an empty Memory<T> object.

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

Property Value

An empty object.

Applies to