DictionaryValueProvider<TValue> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DictionaryValueProvider<TValue> 类的新实例。
public DictionaryValueProvider (System.Collections.Generic.IDictionary<string,TValue> dictionary, System.Globalization.CultureInfo culture);
new System.Web.Mvc.DictionaryValueProvider<'Value> : System.Collections.Generic.IDictionary<string, 'Value> * System.Globalization.CultureInfo -> System.Web.Mvc.DictionaryValueProvider<'Value>
Public Sub New (dictionary As IDictionary(Of String, TValue), culture As CultureInfo)
参数
- dictionary
- IDictionary<String,TValue>
用于初始化值提供程序的名称/值对。
- culture
- CultureInfo
有关特定区域性的信息,如区域的名称、写入系统和使用的日历。
例外
dictionary
参数为 null。