ReadOnlySequenceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |