Edit

Share via


BufferSliceReaderInput(PooledBuffer+BufferSlice) Constructor

Definition

Initializes a new instance of the BufferSliceReaderInput type.

public BufferSliceReaderInput (in Orleans.Serialization.Buffers.PooledBuffer.BufferSlice slice);
new Orleans.Serialization.Buffers.Adaptors.BufferSliceReaderInput : BufferSlice -> Orleans.Serialization.Buffers.Adaptors.BufferSliceReaderInput
Public Sub New (ByRef slice As PooledBuffer.BufferSlice)

Parameters

slice
PooledBuffer.BufferSlice

The underlying buffer.

Applies to