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

适用于