IMemoryOwner<T> public interface IMemoryOwner<T> : IDisposable Owner of MemoryT that is responsible for disposing the underlying memory appropriately. Documentation Code Memory<T> Memory { get; } Returns a MemoryT.