ModelStateDictionary.Enumerator Struktura
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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))
- Dziedziczenie
-
ModelStateDictionary.Enumerator
- Implementuje
Konstruktory
ModelStateDictionary.Enumerator(ModelStateDictionary, String) |
Inicjuje nowe wystąpienie klasy ModelStateDictionary.Enumerator. |
Właściwości
Current |
An IEnumerator<T> dla ModelStateDictionary.PrefixEnumerable. |
Metody
Jawne implementacje interfejsu
IEnumerator.Current |
An IEnumerator<T> dla ModelStateDictionary.PrefixEnumerable. |