Modifier

Partager via


ReadOnlyMemoryExtensions Class

Definition

Helpers for working with the ReadOnlyMemory<T> type.

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

Methods

AsStream(ReadOnlyMemory<Byte>)

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

Applies to