Sdílet prostřednictvím


ReadOnlySequenceSegment<T>.Memory Vlastnost

Definice

Získá nebo nastaví ReadOnlyMemory<T> hodnotu aktuálního uzlu.

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)

Hodnota vlastnosti

Hodnota ReadOnlyMemory<T> aktuálního uzlu.

Platí pro