Share via


ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String) Constructor

Definition

Initializes a new instance of 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)

Parameters

prefix
String

The prefix.

Applies to