ModelStateDictionary.Enumerator Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Élément IEnumerator<T> correspondant à l'objet ModelStateDictionary.PrefixEnumerable.
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))
- Héritage
-
ModelStateDictionary.Enumerator
- Implémente
Constructeurs
ModelStateDictionary.Enumerator(ModelStateDictionary, String) |
Intialise une nouvelle instance de ModelStateDictionary.Enumerator. |
Propriétés
Current |
Élément IEnumerator<T> correspondant à l'objet ModelStateDictionary.PrefixEnumerable. |
Méthodes
Dispose() |
Élément IEnumerator<T> correspondant à l'objet ModelStateDictionary.PrefixEnumerable. |
MoveNext() |
Élément IEnumerator<T> correspondant à l'objet ModelStateDictionary.PrefixEnumerable. |
Reset() |
Élément IEnumerator<T> correspondant à l'objet ModelStateDictionary.PrefixEnumerable. |
Implémentations d’interfaces explicites
IEnumerator.Current |
Élément IEnumerator<T> correspondant à l'objet ModelStateDictionary.PrefixEnumerable. |