HTMLCollection.GetEnumerator

HTMLCollection.GetEnumerator method

列挙子を取得します。

public abstract IEnumerator<Element> GetEnumerator()

戻り値

アンIEnumeratorコレクションを反復処理するために使用できるオブジェクト。

関連項目