Compartir a través de


OrderedDictionary<TKey,TValue>.Enumerator Estructura

Definición

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))

Parámetros de tipo

TKey
TValue
Herencia
OrderedDictionary<TKey,TValue>.Enumerator
Implementaciones

Propiedades

Current

Métodos

MoveNext()

Implementaciones de interfaz explícitas

IDictionaryEnumerator.Entry
IDictionaryEnumerator.Key
IDictionaryEnumerator.Value
IDisposable.Dispose()
IEnumerator.Current
IEnumerator.Reset()

Se aplica a