Compartir a través de


OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator Estructura

Definición

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)

Parámetros de tipo

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

Propiedades

Current

Métodos

MoveNext()

Implementaciones de interfaz explícitas

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

Se aplica a