Język
Edytuj

MemoryExtensions Class

Definition

Helpers for working with the Memory<T> type.

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

Methods

Name Description
AsStream(Memory<Byte>)

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

Applies to