ModelStateDictionary.ValueEnumerable 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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() |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() | |
IEnumerable<ModelStateEntry>.GetEnumerator() |