OrderedDictionary<TKey,TValue>.Enumerator 構造体

定義

OrderedDictionary<TKey,TValue>の要素を列挙します。

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
継承
OrderedDictionary<TKey,TValue>.Enumerator
実装

プロパティ

Current

列挙子の現在位置にあるコレクション内の要素を取得します。

メソッド

MoveNext()

列挙子をコレクションの次の要素に進めます。

明示的なインターフェイスの実装

IDictionaryEnumerator.Entry

キーと現在のディクショナリ エントリの値の両方を取得します。

IDictionaryEnumerator.Key

現在のディクショナリ エントリのキーを取得します。

IDictionaryEnumerator.Value

現在のディクショナリ エントリの値を取得します。

IDisposable.Dispose()

アンマネージド リソースの解放、解放、またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

IEnumerator.Current

列挙子の現在位置にあるコレクション内の要素を取得します。

IEnumerator.Reset()

列挙子を最初の位置 (コレクション内の最初の要素の前) に設定します。

適用対象