DictionaryValueProvider(Of TValue) Constructor (IDictionary(Of String, TValue), CultureInfo)

.NET Framework (current version)
 

Initializes a new instance of the DictionaryValueProvider(Of TValue) class.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

Public Sub New (
	dictionary As IDictionary(Of String, TValue),
	culture As CultureInfo
)

Parameters

dictionary
Type: System.Collections.Generic.IDictionary(Of String, TValue)

The dictionary.

culture
Type: System.Globalization.CultureInfo

The culture information.

Exception Condition
ArgumentNullException

The dictionary parameter is null.

.NET Framework
Available since 4.5
Return to top
Show: