IMemoryOwner<T>.Memory Property

Definition

Gets the memory belonging to this owner.

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)

Property Value

The memory belonging to this owner.

Applies to