ReadOnlyMemory<T>.Empty Proprietà

Definizione

Ottiene un oggetto ReadOnlyMemory<T> vuoto.

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)

Valore della proprietà

ReadOnlyMemory<T>

Area di memoria di sola lettura vuota.

Si applica a