ModelStateDictionary.PrefixEnumerable Structure

Définition

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

public: value class ModelStateDictionary::PrefixEnumerable : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^>>
public struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
public readonly struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
type ModelStateDictionary.PrefixEnumerable = struct
    interface seq<KeyValuePair<string, ModelStateEntry>>
    interface IEnumerable
Public Structure ModelStateDictionary.PrefixEnumerable
Implements IEnumerable(Of KeyValuePair(Of String, ModelStateEntry))
Héritage
ModelStateDictionary.PrefixEnumerable
Implémente

Constructeurs

ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String)

Initialise une nouvelle instance de ModelStateDictionary.PrefixEnumerable.

Méthodes

GetEnumerator()

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator()

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

S’applique à