次の方法で共有


OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator 構造体

定義

public: value class OrderedDictionary<TKey, TValue>::KeyCollection::Enumerator : System::Collections::Generic::IEnumerator<TKey>
public struct OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator : System.Collections.Generic.IEnumerator<TKey>
type OrderedDictionary<'Key, 'Value>.KeyCollection.Enumerator = struct
    interface IEnumerator<'Key>
    interface IEnumerator
    interface IDisposable
Public Structure OrderedDictionary(Of TKey, TValue).KeyCollection.Enumerator
Implements IEnumerator(Of TKey)

型パラメーター

TKey
TValue
継承
OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator
実装

プロパティ

Current

メソッド

MoveNext()

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

IDisposable.Dispose()
IEnumerator.Current
IEnumerator.Reset()

適用対象