ModelStateDictionary.Enumerator Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto IEnumerator<T> per la 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))
- Ereditarietà
-
ModelStateDictionary.Enumerator
- Implementazioni
Costruttori
ModelStateDictionary.Enumerator(ModelStateDictionary, String) |
Inizializza una nuova istanza di ModelStateDictionary.Enumerator. |
Proprietà
Current |
Oggetto IEnumerator<T> per la ModelStateDictionary.PrefixEnumerable. |
Metodi
Dispose() |
Oggetto IEnumerator<T> per la ModelStateDictionary.PrefixEnumerable. |
MoveNext() |
Oggetto IEnumerator<T> per la ModelStateDictionary.PrefixEnumerable. |
Reset() |
Oggetto IEnumerator<T> per la ModelStateDictionary.PrefixEnumerable. |
Implementazioni dell'interfaccia esplicita
IEnumerator.Current |
Oggetto IEnumerator<T> per la ModelStateDictionary.PrefixEnumerable. |