ModelStateDictionary.Enumerator Estructura

Definición

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

Constructores

ModelStateDictionary.Enumerator(ModelStateDictionary, String)

Inicializa una nueva instancia de ModelStateDictionary.Enumerator.

Propiedades

Current

Gets the element in the collection at the current position of the enumerator.

Métodos

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

MoveNext()

Advances the enumerator to the next element of the collection.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.

Implementaciones de interfaz explícitas

IEnumerator.Current

Se aplica a