ModelStateDictionary.ValueEnumerable(ModelStateDictionary) 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.
Initializes a new instance of ModelStateDictionary.ValueEnumerable.
public:
ValueEnumerable(Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary ^ dictionary);
public ValueEnumerable (Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary dictionary);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerable : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.ValueEnumerable
Public Sub New (dictionary As ModelStateDictionary)
Parameters
- dictionary
- ModelStateDictionary
The ModelStateDictionary.