Interface IUnmanagedMemoryOwner<T>
Represents unmanaged memory access that allows
to obtain
Inherited Members
Namespace: DotNext.Buffers
Assembly: DotNext.Unsafe.dll
Syntax
public interface IUnmanagedMemoryOwner<T> : IMemoryOwner<T>, IUnmanagedArray<T>, IUnmanagedMemory, IDisposable, IEnumerable<T> where T : struct
Type Parameters
Name | Description |
---|---|
T | The type of elements to store in memory. |