ModelStateDictionary.ValueEnumerable Struktura
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
An IEnumerable dla 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)
- 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. |