Share via


ModelStateDictionary.Enumerator Struktur

Definition

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))
Vererbung
ModelStateDictionary.Enumerator
Implementiert

Konstruktoren

ModelStateDictionary.Enumerator(ModelStateDictionary, String)

Initialisiert eine neue instance von ModelStateDictionary.Enumerator.

Eigenschaften

Current

Eine IEnumerator<T> für die ModelStateDictionary.PrefixEnumerable.

Methoden

Dispose()

Eine IEnumerator<T> für die ModelStateDictionary.PrefixEnumerable.

MoveNext()

Eine IEnumerator<T> für die ModelStateDictionary.PrefixEnumerable.

Reset()

Eine IEnumerator<T> für die ModelStateDictionary.PrefixEnumerable.

Explizite Schnittstellenimplementierungen

IEnumerator.Current

Eine IEnumerator<T> für die ModelStateDictionary.PrefixEnumerable.

Gilt für: