MemoryEnumerator
struct
Namespace: Orleans.Serialization.Buffers
Enumerates over sequences of bytes in a
BufferSlice. public struct MemoryEnumeratorConstructors
MemoryEnumerator(BufferSlice)Initializes a new instance of theBufferSlicetype.
Properties
CurrentGets the element in the collection at the current position of the enumerator.
Methods
GetEnumeratorReturns an enumerator which can be used to enumerate the data referenced by this instance.MoveNextAdvances the enumerator to the next element of the collection.
