SequenceMarshal 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.
Provides a collection of methods for interoperating with ReadOnlySequence<T>.
public ref class SequenceMarshal abstract sealedpublic static class SequenceMarshaltype SequenceMarshal = classPublic Class SequenceMarshal- Inheritance
- 
				SequenceMarshal
Methods
| TryGetArray<T>(ReadOnlySequence<T>, ArraySegment<T>) | Gets an array segment from the underlying read-only sequence. | 
| TryGetReadOnlyMemory<T>(ReadOnlySequence<T>, ReadOnlyMemory<T>) | Attempts to retrieve a read-only memory from the specified read-only sequence. | 
| TryGetReadOnlySequenceSegment<T>(ReadOnlySequence<T>, ReadOnlySequenceSegment<T>, Int32, ReadOnlySequenceSegment<T>, Int32) | Attempts to retrieve a read-only sequence segment from the specified read-only sequence. | 
| TryRead<T>(SequenceReader<Byte>, T) | Attempts to read the specified type out of the buffer. It's dangerous to use this method with arbitrary structs - see remarks for more information. |