PooledBufferExtensions.GetEnumerator(PooledBuffer) 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 static Orleans.Serialization.Buffers.PooledBuffer.SpanEnumerator GetEnumerator(this ref Orleans.Serialization.Buffers.PooledBuffer buffer);
static member GetEnumerator : PooledBuffer -> Orleans.Serialization.Buffers.PooledBuffer.SpanEnumerator
<Extension()>
Public Function GetEnumerator (ByRef buffer As PooledBuffer) As PooledBuffer.SpanEnumerator
Parameters
- buffer
- PooledBuffer
Returns
An enumerator for the data contained in this instance.