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