GetEnumerator

DOMTokenList.GetEnumerator method

返回一个遍历集合的枚举器。

public IEnumerator<string> GetEnumerator()

返回值

一个IEnumerator可用于遍历集合的对象。

也可以看看