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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.