ModelStateDictionary.PrefixEnumerable 구조체

정의

ModelStateDictionary 열거하여 지정된 접두사로 시작하는 항목을 제공합니다.

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

생성자

ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String)

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

메서드

GetEnumerator()

ModelStateDictionary 열거하여 지정된 접두사로 시작하는 항목을 제공합니다.

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

ModelStateDictionary 열거하여 지정된 접두사로 시작하는 항목을 제공합니다.

IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator()

ModelStateDictionary 열거하여 지정된 접두사로 시작하는 항목을 제공합니다.

적용 대상