Edytuj

Udostępnij za pośrednictwem


MemoryBufferWriter<T>(Memory<T>) Constructor

Definition

Initializes a new instance of the MemoryBufferWriter<T> class.

public MemoryBufferWriter (Memory<T> memory);
new Microsoft.Toolkit.HighPerformance.Buffers.MemoryBufferWriter<'T> : Memory<'T> -> Microsoft.Toolkit.HighPerformance.Buffers.MemoryBufferWriter<'T>
Public Sub New (memory As Memory(Of T))

Parameters

memory
Memory<T>

The target Memory<T> instance to write to.

Applies to