Compartir a través de


ModelStateDictionary.ValueEnumerator Estructura

Definición

Enumerador para ModelStateEntry.

public: value class ModelStateDictionary::ValueEnumerator : System::Collections::Generic::IEnumerator<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>
public struct ModelStateDictionary.ValueEnumerator : System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
type ModelStateDictionary.ValueEnumerator = struct
    interface IEnumerator<ModelStateEntry>
    interface IEnumerator
    interface IDisposable
Public Structure ModelStateDictionary.ValueEnumerator
Implements IEnumerator(Of ModelStateEntry)
Herencia
ModelStateDictionary.ValueEnumerator
Implementaciones

Constructores

ModelStateDictionary.ValueEnumerator(ModelStateDictionary, String)

Inicializa una nueva instancia de la clase ModelStateDictionary.ValueEnumerator.

Propiedades

Current

Enumerador para ModelStateEntry.

Métodos

Dispose()

Enumerador para ModelStateEntry.

MoveNext()

Enumerador para ModelStateEntry.

Reset()

Enumerador para ModelStateEntry.

Implementaciones de interfaz explícitas

IEnumerator.Current

Enumerador para ModelStateEntry.

Se aplica a