BuffersExtensions 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 extension methods for ReadOnlySequence<T>.
public ref class BuffersExtensions abstract sealed
public static class BuffersExtensions
type BuffersExtensions = class
Public Module BuffersExtensions
- Inheritance
-
BuffersExtensions
Methods
CopyTo<T>(ReadOnlySequence<T>, Span<T>) |
Copies the ReadOnlySequence<T> to the specified Span<T>. |
PositionOf<T>(ReadOnlySequence<T>, T) |
Returns the position of the first occurrence of |
ToArray<T>(ReadOnlySequence<T>) |
Converts the ReadOnlySequence<T> to an array. |
Write<T>(IBufferWriter<T>, ReadOnlySpan<T>) |
Writes the contents of |
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.