PooledBuffer.BufferSlice.SpanEnumerator(PooledBuffer+BufferSlice) Constructor
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.
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.