ReadOnlySequenceSegment<T>.Memory Proprietà

Definizione

Ottiene o imposta un valore ReadOnlyMemory<T> per il nodo corrente.

public:  property ReadOnlyMemory<T> Memory {  public:
ReadOnlyMemory<T> get(); protected:
 void set(ReadOnlyMemory<T> value); };
public ReadOnlyMemory<T> Memory { get; protected set; }
member this.Memory : ReadOnlyMemory<'T> with get, set
Public Property Memory As ReadOnlyMemory(Of T)

Valore della proprietà

Valore ReadOnlyMemory<T> per il nodo corrente.

Si applica a