ConfiguredCancelableAsyncEnumerable<T>.Enumerator 結構

定義

提供 awaitable 非同步列舉程式,啟用可取消反覆項目和已設定的 await。

public: value class ConfiguredCancelableAsyncEnumerable<T>::Enumerator
public readonly struct ConfiguredCancelableAsyncEnumerable<T>.Enumerator
type ConfiguredCancelableAsyncEnumerable<'T>.Enumerator = struct
Public Structure ConfiguredCancelableAsyncEnumerable(Of T).Enumerator

類型參數

T

要列舉的數值型別。

繼承
ConfiguredCancelableAsyncEnumerable<T>.Enumerator

屬性

Current

取得集合中位於列舉值目前位置的元素。

方法

DisposeAsync()

非同步執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之由應用程式定義的工作。

MoveNextAsync()

以非同步方式讓列舉程式前進至集合的下個元素。

適用於