ImmutableSortedDictionary<TKey,TValue>.Enumerator 結構

定義

列舉二進位樹狀目錄的內容。

NuGet 套件System.Collections.Immutable (關於固定集合及其安裝方法)

public struct ImmutableSortedDictionary<TKey,TValue>.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>>

類型參數

TKey
TValue
繼承
ImmutableSortedDictionary<TKey,TValue>.Enumerator
實作

備註

此結構應該與其他兩個二進位樹列舉值保持同步: System.Collections.Immutable.ImmutableList<T>.EnumeratorSystem.Collections.Immutable.ImmutableSortedSet<T>.Enumerator

警告

當這個列舉值型別做為實值型別 (,也就是當它未經過boxed) 時,請勿將它指派給第二個變數,或將它傳遞給另一個方法來複製它。 處置這個列舉值時,它會將可變的參考類型堆棧傳回給資源集區,而且如果實值類型列舉值被複製 (,當您將值傳遞至) 時,可能會有風險:已經傳回給資源集區的堆疊可能仍由其中一個列舉值複本使用中。 導致數據損毀或例外狀況。

屬性

Current

取得位於目前列舉值位置的項目。

方法

Dispose()

ImmutableSortedDictionary<TKey,TValue>.Enumerator 類別的目前執行個體所使用的資源釋出。

MoveNext()

將列舉程式往前推至不可變排序字典的下一個項目。

Reset()

將列舉程式設定為它的初始位置,這是在不可變排序字典中的第一個項目之前。

明確介面實作

IEnumerator.Current

目前的元素。

適用於

產品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)
UWP 10.0

執行緒安全性

此型別具備執行緒安全。