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