ModelStateDictionary.ValueEnumerable 구조체

정의

ModelStateEntry에 대한 IEnumerable입니다.

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

생성자

ModelStateDictionary.ValueEnumerable(ModelStateDictionary)

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

메서드

GetEnumerator()

ModelStateEntry에 대한 IEnumerable입니다.

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

ModelStateEntry에 대한 IEnumerable입니다.

IEnumerable<ModelStateEntry>.GetEnumerator()

ModelStateEntry에 대한 IEnumerable입니다.

적용 대상