ArraySegmentEnumerator
struct
Namespace: Orleans.Serialization.Buffers
Enumerates over array segments in a
ArcBuffer. public struct ArraySegmentEnumerator : IEnumerable<ArraySegment<byte>>, IEnumerator<ArraySegment<byte>>, IEnumerable, IEnumerator, IDisposableRemarks
Initializes a new instance of the
ArcBuffer type. Constructors
ArraySegmentEnumerator(ArcBuffer)Enumerates over array segments in aArcBuffer.
Properties
CurrentGets the element in the collection at the current position of the enumerator.IsCompletedGets a value indicating whether enumeration has completed.
Methods
GetEnumeratorGets this instance as an enumerator.MoveNextAdvances the enumerator to the next element of the collection.
