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, IDisposableRemarks
Initializes a new instance of the
ArcBuffer type. Constructors
MemoryEnumerator(ArcBuffer)Enumerates over sequences of bytes in aArcBuffer.
Properties
CurrentGets the element in the collection at the current position of the enumerator.
Methods
GetEnumeratorGets this instance as an enumerator.MoveNextAdvances the enumerator to the next element of the collection.
