ImmutableDictionary<TKey,TValue>.Builder.GetEnumerator 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个循环访问不可变字典的枚举器。
public:
System::Collections::Immutable::ImmutableDictionary<TKey, TValue>::Enumerator GetEnumerator();
public System.Collections.Immutable.ImmutableDictionary<TKey,TValue>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Immutable.ImmutableDictionary<'Key, 'Value>.Enumerator
Public Function GetEnumerator () As ImmutableDictionary(Of TKey, TValue).Enumerator
返回
用于循环访问集合的枚举数。