RouteValueDictionary.Enumerator Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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))
- Dědičnost
-
RouteValueDictionary.Enumerator
- Implementuje
Konstruktory
| RouteValueDictionary.Enumerator(RouteValueDictionary) |
Vytvoří instanci nového výčtu s hodnotami zadanými v |
Vlastnosti
| Current | Gets the element in the collection at the current position of the enumerator. |
Metody
| Dispose() |
Uvolní prostředky používané nástrojem 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. |
Explicitní implementace rozhraní
| IEnumerator.Current | Provides the base class for value types. |