ModelStateDictionary.Enumerator Struct

Definizione

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.

Si applica a