FrozenDictionary<TKey,TValue>.Enumerator 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 FrozenDictionary<TKey,TValue> 的項目。
public: value class FrozenDictionary<TKey, TValue>::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<TKey, TValue>>
public struct FrozenDictionary<TKey,TValue>.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>>
type FrozenDictionary<'Key, 'Value>.Enumerator = struct
interface IEnumerator<KeyValuePair<'Key, 'Value>>
interface IEnumerator
interface IDisposable
Public Structure FrozenDictionary(Of TKey, TValue).Enumerator
Implements IEnumerator(Of KeyValuePair(Of TKey, TValue))
類型參數
- TKey
- TValue
- 繼承
- 實作
屬性
Current |
取得集合中位於列舉值目前位置的元素。 |
方法
MoveNext() |
將列舉值往前推至下集合中的下一個項目。 |
明確介面實作
IDisposable.Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 |
IEnumerator.Current |
取得集合中位於列舉值目前位置的元素。 |
IEnumerator.Reset() |
設定列舉值至它的初始位置,這是在集合中第一個項目之前。 |