ModelStateDictionary.KeyEnumerable 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.
pour IEnumerable<T> les clés dans ModelStateDictionary.
public: value class ModelStateDictionary::KeyEnumerable : System::Collections::Generic::IEnumerable<System::String ^>
public struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
public readonly struct ModelStateDictionary.KeyEnumerable : System.Collections.Generic.IEnumerable<string>
type ModelStateDictionary.KeyEnumerable = struct
interface seq<string>
interface IEnumerable
Public Structure ModelStateDictionary.KeyEnumerable
Implements IEnumerable(Of String)
- Héritage
-
ModelStateDictionary.KeyEnumerable
- Implémente
Constructeurs
| ModelStateDictionary.KeyEnumerable(ModelStateDictionary) |
Initialise une nouvelle instance de ModelStateDictionary.KeyEnumerable. |
Méthodes
| GetEnumerator() |
pour IEnumerable<T> les clés dans ModelStateDictionary. |
Implémentations d’interfaces explicites
| IEnumerable.GetEnumerator() |
pour IEnumerable<T> les clés dans ModelStateDictionary. |
| IEnumerable<String>.GetEnumerator() |
pour IEnumerable<T> les clés dans ModelStateDictionary. |