Redigera

Dela via


PooledBuffer.BufferSlice.SpanEnumerator Struct

Definition

Enumerates over spans of bytes in a PooledBuffer.BufferSlice.

public ref struct PooledBuffer.BufferSlice.SpanEnumerator
type PooledBuffer.BufferSlice.SpanEnumerator = struct
Public Structure PooledBuffer.BufferSlice.SpanEnumerator
Inheritance
PooledBuffer.BufferSlice.SpanEnumerator

Constructors

PooledBuffer.BufferSlice.SpanEnumerator(PooledBuffer+BufferSlice)

Initializes a new instance of the PooledBuffer.BufferSlice.SpanEnumerator type.

Properties

Current

Gets the element in the collection at the current position of the enumerator.

Methods

MoveNext()

Advances the enumerator to the next element of the collection.

Applies to