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