namespace System.Buffers; public interface IMemoryOwner : IDisposable { Memory Memory { get; } }