Share via


ModelStateDictionary.Enumerator Estrutura

Definição

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

Dispose()

Um IEnumerator<T> para ModelStateDictionary.PrefixEnumerable.

MoveNext()

Um IEnumerator<T> para ModelStateDictionary.PrefixEnumerable.

Reset()

Um IEnumerator<T> para ModelStateDictionary.PrefixEnumerable.

Implantações explícitas de interface

IEnumerator.Current

Um IEnumerator<T> para ModelStateDictionary.PrefixEnumerable.

Aplica-se a