DictionaryValueProvider(Of TValue) Constructor (IDictionary(Of String, TValue), CultureInfo)
.NET Framework (current version)
Initializes a new instance of the DictionaryValueProvider(Of TValue) class.
Assembly: System.Web (in System.Web.dll)
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
Available since 4.5
Show: