ModelStateDictionary.ValueEnumerable 構造体

定義

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()

ModelStateEntryIEnumerable

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

ModelStateEntryIEnumerable

IEnumerable<ModelStateEntry>.GetEnumerator()

ModelStateEntryIEnumerable

適用対象