Skip to content

ArraySegmentEnumerator

struct

Namespace: Orleans.Serialization.Buffers

Enumerates over array segments in a ArcBuffer.
public struct ArraySegmentEnumerator : IEnumerable<ArraySegment<byte>>, IEnumerator<ArraySegment<byte>>, IEnumerable, IEnumerator, IDisposable

Remarks

Initializes a new instance of the ArcBuffer type.

Constructors

Properties

  • Current Gets the element in the collection at the current position of the enumerator.
  • IsCompleted Gets a value indicating whether enumeration has completed.

Methods

  • GetEnumerator Gets this instance as an enumerator.
  • MoveNext Advances the enumerator to the next element of the collection.