ArcBuffer.ArraySegments Property
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.
Returns an enumerator which can be used to enumerate the array segments referenced by this instance.
public Orleans.Serialization.Buffers.ArcBuffer.ArraySegmentEnumerator ArraySegments { get; }
member this.ArraySegments : Orleans.Serialization.Buffers.ArcBuffer.ArraySegmentEnumerator
Public ReadOnly Property ArraySegments As ArcBuffer.ArraySegmentEnumerator
Property Value
An enumerator for the data contained in this instance.