Skip to content

MemoryEnumerator

struct

Namespace: Orleans.Serialization.Buffers

Enumerates over sequences of bytes in a ArcBuffer.
public struct MemoryEnumerator : IEnumerable<ReadOnlyMemory<byte>>, IEnumerator<ReadOnlyMemory<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.

Methods

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