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を列挙して、指定したプレフィックスで始まるエントリを提供します。

適用対象