ModelStateDictionary.ValueEnumerable Struktura

Definicja

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)
Dziedziczenie
ModelStateDictionary.ValueEnumerable
Implementuje

Konstruktory

ModelStateDictionary.ValueEnumerable(ModelStateDictionary)

Inicjuje nowe wystąpienie klasy ModelStateDictionary.ValueEnumerable.

Metody

GetEnumerator()

An IEnumerable dla ModelStateEntry.

Jawne implementacje interfejsu

IEnumerable.GetEnumerator()

An IEnumerable dla ModelStateEntry.

IEnumerable<ModelStateEntry>.GetEnumerator()

An IEnumerable dla ModelStateEntry.

Dotyczy