Table of Contents

Interface IMemoryOwner<T>

Namespace
System.Buffers
Assembly
System.Memory.dll
public interface IMemoryOwner<T> : IDisposable

Type Parameters

T
Inherited Members
Extension Methods

Properties

Memory

Memory<T> Memory { get; }

Property Value

Memory<T>