IMemoryOwner<T>.Memory 屬性

定義

取得屬於此擁有者的記憶體。

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

屬性值

屬於此擁有者的記憶體。

適用於