ModelStateDictionary.ValueEnumerable Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
- Dědičnost
-
ModelStateDictionary.ValueEnumerable
- Implementuje
Konstruktory
ModelStateDictionary.ValueEnumerable(ModelStateDictionary) |
Inicializuje novou instanci .ModelStateDictionary.ValueEnumerable |
Metody
GetEnumerator() |
Explicitní implementace rozhraní
IEnumerable.GetEnumerator() | |
IEnumerable<ModelStateEntry>.GetEnumerator() |