Share via


ModelStateDictionary.ValueEnumerable Struktur

Definition

Eine IEnumerable für die 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)
Vererbung
ModelStateDictionary.ValueEnumerable
Implementiert

Konstruktoren

ModelStateDictionary.ValueEnumerable(ModelStateDictionary)

Initialisiert eine neue Instanz von ModelStateDictionary.ValueEnumerable.

Methoden

GetEnumerator()

Eine IEnumerable für die ModelStateEntry.

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

Eine IEnumerable für die ModelStateEntry.

IEnumerable<ModelStateEntry>.GetEnumerator()

Eine IEnumerable für die ModelStateEntry.

Gilt für: