ArcBuffer.MemoryEnumerator(ArcBuffer) 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.
Enumerates over sequences of bytes in a ArcBuffer.
public MemoryEnumerator(Orleans.Serialization.Buffers.ArcBuffer slice);
new Orleans.Serialization.Buffers.ArcBuffer.MemoryEnumerator : Orleans.Serialization.Buffers.ArcBuffer -> Orleans.Serialization.Buffers.ArcBuffer.MemoryEnumerator
Public Sub New (slice As ArcBuffer)
Parameters
- slice
- ArcBuffer
The slice to enumerate.
Remarks
Initializes a new instance of the ArcBuffer.MemoryEnumerator type.