Modifica

Condividi tramite


PooledBufferExtensions.GetEnumerator(PooledBuffer) Method

Definition

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.

Applies to