ModelStateDictionary.KeyEnumerator 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 IEnumerator<T> les clés dans 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)
- Héritage
-
ModelStateDictionary.KeyEnumerator
- Implémente
Constructeurs
ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String) |
Initialise une nouvelle instance de ModelStateDictionary.KeyEnumerable. |
Propriétés
Current |
pour IEnumerator<T> les clés dans ModelStateDictionary. |
Méthodes
Dispose() |
pour IEnumerator<T> les clés dans ModelStateDictionary. |
MoveNext() |
pour IEnumerator<T> les clés dans ModelStateDictionary. |
Reset() |
pour IEnumerator<T> les clés dans ModelStateDictionary. |
Implémentations d’interfaces explicites
IEnumerator.Current |
pour IEnumerator<T> les clés dans ModelStateDictionary. |