LocalizedStringDictionary(IDictionaryString, String) Constructor

Initializes a new instance of the LocalizedStringDictionary class.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public LocalizedStringDictionary(
	IDictionary<string, string?>? values
)

Parameters

values  IDictionaryString, String
The values, or if there is nothing with which to populate the collection.
See Also