Edit

Share via


ReadOnlySequenceExtensions Class

Definition

Helpers for working with the ReadOnlySequence<T> type.

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

Methods

AsStream(ReadOnlySequence<Byte>)

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

Applies to