SpanEnumerator
struct
Namespace: Orleans.Serialization.Buffers
Enumerates over sequences of bytes in a
PooledBuffer. public struct SpanEnumeratorConstructors
SpanEnumerator(PooledBuffer)Initializes a new instance of thePooledBuffertype.
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.
