Compartir a través de


ModelStateDictionary.ValueEnumerable Estructura

Definición

Interfaz IEnumerable para 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)
Herencia
ModelStateDictionary.ValueEnumerable
Implementaciones

Constructores

ModelStateDictionary.ValueEnumerable(ModelStateDictionary)

Inicializa una nueva instancia de la clase ModelStateDictionary.ValueEnumerable.

Métodos

GetEnumerator()

Interfaz IEnumerable para ModelStateEntry.

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Interfaz IEnumerable para ModelStateEntry.

IEnumerable<ModelStateEntry>.GetEnumerator()

Interfaz IEnumerable para ModelStateEntry.

Se aplica a