SpanEnumerator
struct
Namespace: Orleans.Serialization.Buffers
Enumerates over spans of bytes in a
BufferSlice. public struct SpanEnumeratorConstructors
SpanEnumerator(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.
