GetEnumerator

AudioCollection.GetEnumerator method

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

public IEnumerator<IAudio> GetEnumerator()

返回值

AIEnumerator可用于遍历集合。

也可以看看