ImmutableDictionary<TKey,TValue>.IEnumerable.GetEnumerator 方法
定义
返回循环访问集合的枚举数。Returns an enumerator that iterates through a collection.
virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator
返回
可用于循环访问集合的枚举器对象。An enumerator object that can be used to iterate through the collection.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ImmutableDictionary<TKey,TValue> 实例被强制转换为 IEnumerable 接口时使用。It can be used only when the ImmutableDictionary<TKey,TValue> instance is cast to an IEnumerable interface.