RouteValueDictionary.Enumerator Estructura

Definición

Provides the base class for value types.

public: value class RouteValueDictionary::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public struct RouteValueDictionary.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>>
type RouteValueDictionary.Enumerator = struct
    interface IEnumerator<KeyValuePair<string, obj>>
    interface IEnumerator
    interface IDisposable
Public Structure RouteValueDictionary.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, Object))
Herencia
RouteValueDictionary.Enumerator
Implementaciones

Constructores

RouteValueDictionary.Enumerator(RouteValueDictionary)

Crea una instancia de un nuevo enumerador con los valores proporcionados en dictionary.

Propiedades

Current

Gets the element in the collection at the current position of the enumerator.

Métodos

Dispose()

Libera los recursos usados por RouteValueDictionary.Enumerator.

MoveNext()

Advances the enumerator to the next element of the collection.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.

Implementaciones de interfaz explícitas

IEnumerator.Current

Provides the base class for value types.

Se aplica a