Share via


ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String) Constructeur

Définition

Initialise une nouvelle instance de ModelStateDictionary.KeyEnumerable.

public:
 KeyEnumerator(Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary ^ dictionary, System::String ^ prefix);
public KeyEnumerator (Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary dictionary, string prefix);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary * string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator
Public Sub New (dictionary As ModelStateDictionary, prefix As String)

Paramètres

dictionary
ModelStateDictionary

L’ModelStateDictionaryopérateur

prefix
String

Le préfixe.

S’applique à