Activity.Enumerator<T> 構造体

定義

オブジェクトに格納されているデータを Activity 列挙します。

public: generic <typename T>
value class Activity::Enumerator
public struct Activity.Enumerator<T>
type Activity.Enumerator<'T> = struct
Public Structure Activity.Enumerator(Of T)

型パラメーター

T

列挙される型。

継承
Activity.Enumerator<T>

プロパティ

Current

列挙子の現在位置の要素を取得します。

メソッド

GetEnumerator()

Activity オブジェクトに格納されているデータを反復処理する列挙子を返します。

MoveNext()

列挙子をデータの次の要素に進めます。

適用対象