Skip to content

SpanEnumerator

struct

Namespace: Orleans.Serialization.Buffers

Enumerates over spans of bytes in a ArcBuffer.
public struct SpanEnumerator

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.