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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.