PooledBufferStream.CopyTo<TBufferWriter> 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.
Copies the contents of this writer to another writer.
public void CopyTo<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
override 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>