Sdílet prostřednictvím


ModelStateDictionary.Enumerator Struktura

Definice

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))
Dědičnost
ModelStateDictionary.Enumerator
Implementuje

Konstruktory

ModelStateDictionary.Enumerator(ModelStateDictionary, String)

Inicializuje novou instanci .ModelStateDictionary.Enumerator

Vlastnosti

Current

ModelStateDictionary.PrefixEnumerablePro IEnumerator<T> .

Metody

Dispose()

ModelStateDictionary.PrefixEnumerablePro IEnumerator<T> .

MoveNext()

ModelStateDictionary.PrefixEnumerablePro IEnumerator<T> .

Reset()

ModelStateDictionary.PrefixEnumerablePro IEnumerator<T> .

Explicitní implementace rozhraní

IEnumerator.Current

ModelStateDictionary.PrefixEnumerablePro IEnumerator<T> .

Platí pro