Redigera

Dela via


PooledBuffer.BufferSlice.SpanEnumerator(PooledBuffer+BufferSlice) Constructor

Definition

Initializes a new instance of the PooledBuffer.BufferSlice.SpanEnumerator type.

public SpanEnumerator (Orleans.Serialization.Buffers.PooledBuffer.BufferSlice slice);
new Orleans.Serialization.Buffers.PooledBuffer.BufferSlice.SpanEnumerator : Orleans.Serialization.Buffers.PooledBuffer.BufferSlice -> Orleans.Serialization.Buffers.PooledBuffer.BufferSlice.SpanEnumerator
Public Sub New (slice As PooledBuffer.BufferSlice)

Parameters

slice
PooledBuffer.BufferSlice

The slice to enumerate.

Applies to