Modifier

Partager via


MemoryExtensions Class

Definition

Helpers for working with the Memory<T> type.

public static class MemoryExtensions
type MemoryExtensions = class
Public Module MemoryExtensions
Inheritance
MemoryExtensions

Methods

AsStream(Memory<Byte>)

Returns a Stream wrapping the contents of the given Memory<T> of Byte instance.

Applies to