Edit

ArcBuffer.SpanSegments Property

Definition

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.

Applies to