RouteValueDictionary.Enumerator Struktura

Definice

Poskytuje základní třídu pro typy hodnot.

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))
Dědičnost
RouteValueDictionary.Enumerator
Implementuje

Konstruktory

RouteValueDictionary.Enumerator(RouteValueDictionary)

Vytvoří instanci nového enumerátoru s hodnotami zadanými v dictionary.

Vlastnosti

Current

Získá prvek v kolekci na aktuální pozici enumerátoru.

Metody

Dispose()

Uvolní prostředky používané nástrojem RouteValueDictionary.Enumerator.

MoveNext()

Posune enumerátor na další prvek kolekce.

Reset()

Nastaví enumerátor na jeho počáteční pozici, která je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

IEnumerator.Current

Poskytuje základní třídu pro typy hodnot.

Platí pro