ReadOnlySequenceSegment<T>.Memory 属性

定义

获取或设置当前节点的 ReadOnlyMemory<T> 值。

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)

属性值

ReadOnlyMemory<T>当前节点的值。

适用于