ModelStateDictionary.ValueEnumerable Структура

Определение

Объект IEnumerable для параметра ModelStateEntry.

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 для параметра ModelStateEntry.

Явные реализации интерфейса

IEnumerable.GetEnumerator()

Объект IEnumerable для параметра ModelStateEntry.

IEnumerable<ModelStateEntry>.GetEnumerator()

Объект IEnumerable для параметра ModelStateEntry.

Применяется к