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

適用於