ModelStateDictionary.Enumerator Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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))
- Herança
-
ModelStateDictionary.Enumerator
- Implementações
Construtores
ModelStateDictionary.Enumerator(ModelStateDictionary, String) |
Intializa uma nova instância do ModelStateDictionary.Enumerator. |
Propriedades
Current |
Um IEnumerator<T> para ModelStateDictionary.PrefixEnumerable. |
Métodos
Implantações explícitas de interface
IEnumerator.Current |
Um IEnumerator<T> para ModelStateDictionary.PrefixEnumerable. |