MemoryManager<T>.Memory Property

Definition

Gets the memory block handled by this MemoryManager<T>.

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

Property Value

The memory block handled by this MemoryManager<T>.

Implements

Applies to