PooledBuffer.BufferSlice.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumerator which can be used to enumerate the data referenced by this instance.
public Orleans.Serialization.Buffers.PooledBuffer.BufferSlice.SpanEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> Orleans.Serialization.Buffers.PooledBuffer.BufferSlice.SpanEnumerator
Public Function GetEnumerator () As PooledBuffer.BufferSlice.SpanEnumerator
Returns
An enumerator for the data contained in this instance.