ModelStateDictionary.KeyEnumerator 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í.
Pro IEnumerator<T> klíče v ModelStateDictionary.
public: value class ModelStateDictionary::KeyEnumerator : System::Collections::Generic::IEnumerator<System::String ^>
public struct ModelStateDictionary.KeyEnumerator : System.Collections.Generic.IEnumerator<string>
type ModelStateDictionary.KeyEnumerator = struct
interface IEnumerator<string>
interface IEnumerator
interface IDisposable
Public Structure ModelStateDictionary.KeyEnumerator
Implements IEnumerator(Of String)
- Dědičnost
-
ModelStateDictionary.KeyEnumerator
- Implementuje
Konstruktory
ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String) |
Inicializuje novou instanci objektu ModelStateDictionary.KeyEnumerable. |
Vlastnosti
Current |
Pro IEnumerator<T> klíče v ModelStateDictionary. |
Metody
Dispose() |
Pro IEnumerator<T> klíče v ModelStateDictionary. |
MoveNext() |
Pro IEnumerator<T> klíče v ModelStateDictionary. |
Reset() |
Pro IEnumerator<T> klíče v ModelStateDictionary. |
Explicitní implementace rozhraní
IEnumerator.Current |
Pro IEnumerator<T> klíče v ModelStateDictionary. |