ModelStateDictionary.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í.
public: value class ModelStateDictionary::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>>
public struct ModelStateDictionary.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
type ModelStateDictionary.Enumerator = struct
interface IEnumerator<KeyValuePair<string, ModelStateEntry>>
interface IEnumerator
interface IDisposable
Public Structure ModelStateDictionary.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, ModelStateEntry))
- Dědičnost
-
ModelStateDictionary.Enumerator
- Implementuje
Konstruktory
| ModelStateDictionary.Enumerator(ModelStateDictionary, String) |
Inicializuje novou instanci .ModelStateDictionary.Enumerator |
Vlastnosti
| Current |
Metody
| Dispose() | |
| MoveNext() | |
| Reset() |
Explicitní implementace rozhraní
| IEnumerator.Current |