ModelStateDictionary.ValueEnumerable 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 IEnumerable correspondant à l'objet ModelStateEntry.
public: value class ModelStateDictionary::ValueEnumerable : System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>
public struct ModelStateDictionary.ValueEnumerable : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
public readonly struct ModelStateDictionary.ValueEnumerable : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
type ModelStateDictionary.ValueEnumerable = struct
interface seq<ModelStateEntry>
interface IEnumerable
Public Structure ModelStateDictionary.ValueEnumerable
Implements IEnumerable(Of ModelStateEntry)
- Héritage
-
ModelStateDictionary.ValueEnumerable
- Implémente
Constructeurs
ModelStateDictionary.ValueEnumerable(ModelStateDictionary) |
Initialise une nouvelle instance de ModelStateDictionary.ValueEnumerable. |
Méthodes
GetEnumerator() |
Élément IEnumerable correspondant à l'objet ModelStateEntry. |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Élément IEnumerable correspondant à l'objet ModelStateEntry. |
IEnumerable<ModelStateEntry>.GetEnumerator() |
Élément IEnumerable correspondant à l'objet ModelStateEntry. |