ArcBuffer.SpanSegments 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 span segments referenced by this instance.
public Orleans.Serialization.Buffers.ArcBuffer.SpanEnumerator SpanSegments { get; }
member this.SpanSegments : Orleans.Serialization.Buffers.ArcBuffer.SpanEnumerator
Public ReadOnly Property SpanSegments As ArcBuffer.SpanEnumerator
Property Value
An enumerator for the data contained in this instance.