Table of Contents

Struct ReadOnlyExSpan<T>.Enumerator

Namespace
Zyl.ExSpans
Assembly
ExSpans.Core.dll

Enumerates the elements of a ReadOnlyExSpan<T> (为 ReadOnlyExSpan<T> 的元素提供枚举器).

public ref struct ReadOnlyExSpan<T>.Enumerator
Inherited Members

Properties

Current

Gets the element at the current position of the enumerator (获取对枚举器当前位置的元素的引用).

Methods

MoveNext()

Advances the enumerator to the next element of the span (将枚举器推进到跨度的下一元素).