Table of Contents

Struct ExSpan<T>.Enumerator

Namespace
Zyl.ExSpans
Assembly
ExSpans.Core.dll

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

public ref struct ExSpan<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 (将枚举器推进到跨度的下一元素).