ModelStateDictionary.Enumerator 구조체

정의

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))
상속
ModelStateDictionary.Enumerator
구현

생성자

ModelStateDictionary.Enumerator(ModelStateDictionary, String)

의 새 instance ModelStateDictionary.Enumerator초기화합니다.

속성

Current

ModelStateDictionary.PrefixEnumerable에 대한 IEnumerator<T>입니다.

메서드

Dispose()

ModelStateDictionary.PrefixEnumerable에 대한 IEnumerator<T>입니다.

MoveNext()

ModelStateDictionary.PrefixEnumerable에 대한 IEnumerator<T>입니다.

Reset()

ModelStateDictionary.PrefixEnumerable에 대한 IEnumerator<T>입니다.

명시적 인터페이스 구현

IEnumerator.Current

ModelStateDictionary.PrefixEnumerable에 대한 IEnumerator<T>입니다.

적용 대상