PooledBuffer.BufferSlice.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(PooledBuffer) |
Copies the contents of this writer to a pooled buffer. |
CopyTo(Span<Byte>) |
Copies the contents of this writer to a span. |
CopyTo<TBufferWriter>(TBufferWriter) |
Copies the contents of this writer to a buffer writer. |
CopyTo(PooledBuffer)
Copies the contents of this writer to a pooled buffer.
public void CopyTo (ref Orleans.Serialization.Buffers.PooledBuffer output);
member this.CopyTo : PooledBuffer -> unit
Public Sub CopyTo (ByRef output As PooledBuffer)
Parameters
- output
- PooledBuffer
Applies to
CopyTo(Span<Byte>)
CopyTo<TBufferWriter>(TBufferWriter)
Copies the contents of this writer to a buffer writer.
public void CopyTo<TBufferWriter> (ref TBufferWriter output) where TBufferWriter : struct;
member this.CopyTo : 'BufferWriter -> unit (requires 'BufferWriter : struct)
Public Sub CopyTo(Of TBufferWriter As Structure) (ByRef output As TBufferWriter)
Type Parameters
- TBufferWriter
Parameters
- output
- TBufferWriter