GetEnumerator

CharacterReplacementDictionary.GetEnumerator method

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

public IEnumerator<char> GetEnumerator()

返回值

可用于遍历集合的枚举器。

也可以看看