ModelStateDictionary.Enumerator(ModelStateDictionary, String) Constructor   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Intializes a new instance of ModelStateDictionary.Enumerator.
public:
 Enumerator(Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary ^ dictionary, System::String ^ prefix);
	public Enumerator(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary dictionary, string prefix);
	new Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.Enumerator : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary * string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.Enumerator
	Public Sub New (dictionary As ModelStateDictionary, prefix As String)
	Parameters
- dictionary
 - ModelStateDictionary
 
The ModelStateDictionary.
- prefix
 - String
 
The prefix.