Skip to content

MemoryEnumerator

struct

Namespace: Orleans.Serialization.Buffers

Enumerates over sequences of bytes in a PooledBuffer.
public struct MemoryEnumerator

Constructors

Properties

  • Current Gets the element in the collection at the current position of the enumerator.

Methods

  • GetEnumerator Returns an enumerator which can be used to enumerate the data referenced by this instance.
  • MoveNext Advances the enumerator to the next element of the collection.

Fields