PooledBuffer.CopyTo Method
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.
Overloads
CopyTo(Span<Byte>) |
Copies the contents of this writer to a span. |
CopyTo<TBufferWriter>(Writer<TBufferWriter>) |
Copies the contents of this writer to another writer. |
CopyTo<TBufferWriter>(TBufferWriter) |
Copies the contents of this writer to another writer. |
CopyTo(Span<Byte>)
CopyTo<TBufferWriter>(Writer<TBufferWriter>)
Copies the contents of this writer to another writer.
public readonly void CopyTo<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
member this.CopyTo : Writer -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Public Sub CopyTo(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As Writer(Of TBufferWriter))
Type Parameters
- TBufferWriter
Parameters
- writer
- Writer<TBufferWriter>
Applies to
CopyTo<TBufferWriter>(TBufferWriter)
Copies the contents of this writer to another writer.
public readonly void CopyTo<TBufferWriter> (ref TBufferWriter writer) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
member this.CopyTo : 'BufferWriter -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Public Sub CopyTo(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As TBufferWriter)
Type Parameters
- TBufferWriter
Parameters
- writer
- TBufferWriter