ModelStateDictionary.ValueEnumerator 구조체

정의

에 대한 열거자입니다 ModelStateEntry.

public: value class ModelStateDictionary::ValueEnumerator : System::Collections::Generic::IEnumerator<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>
public struct ModelStateDictionary.ValueEnumerator : System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
type ModelStateDictionary.ValueEnumerator = struct
    interface IEnumerator<ModelStateEntry>
    interface IEnumerator
    interface IDisposable
Public Structure ModelStateDictionary.ValueEnumerator
Implements IEnumerator(Of ModelStateEntry)
상속
ModelStateDictionary.ValueEnumerator
구현

생성자

ModelStateDictionary.ValueEnumerator(ModelStateDictionary, String)

ModelStateDictionary.ValueEnumerator의 새 인스턴스를 초기화합니다.

속성

Current

에 대한 열거자입니다 ModelStateEntry.

메서드

Dispose()

에 대한 열거자입니다 ModelStateEntry.

MoveNext()

에 대한 열거자입니다 ModelStateEntry.

Reset()

에 대한 열거자입니다 ModelStateEntry.

명시적 인터페이스 구현

IEnumerator.Current

에 대한 열거자입니다 ModelStateEntry.

적용 대상