편집

다음을 통해 공유


PooledBuffer.MemoryEnumerator Struct

Definition

Enumerates over sequences of bytes in a PooledBuffer.

public struct PooledBuffer.MemoryEnumerator
type PooledBuffer.MemoryEnumerator = struct
Public Structure PooledBuffer.MemoryEnumerator
Inheritance
PooledBuffer.MemoryEnumerator

Constructors

Name Description
PooledBuffer.MemoryEnumerator(PooledBuffer)

Initializes a new instance of the PooledBuffer.MemoryEnumerator type.

Fields

Name Description
CurrentMemory

Properties

Name Description
Current

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

Methods

Name Description
GetEnumerator()

Returns an enumerator which can be used to enumerate the data referenced by this instance.

MoveNext()

Advances the enumerator to the next element of the collection.

Applies to