Bagikan melalui


ModelStateDictionary.Enumerator Struktur

Definisi

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))
Warisan
ModelStateDictionary.Enumerator
Penerapan

Konstruktor

ModelStateDictionary.Enumerator(ModelStateDictionary, String)

Menginisialisasi instans baru .ModelStateDictionary.Enumerator

Properti

Current

untuk IEnumerator<T>ModelStateDictionary.PrefixEnumerable.

Metode

Dispose()

untuk IEnumerator<T>ModelStateDictionary.PrefixEnumerable.

MoveNext()

untuk IEnumerator<T>ModelStateDictionary.PrefixEnumerable.

Reset()

untuk IEnumerator<T>ModelStateDictionary.PrefixEnumerable.

Implementasi Antarmuka Eksplisit

IEnumerator.Current

untuk IEnumerator<T>ModelStateDictionary.PrefixEnumerable.

Berlaku untuk