LocalizedStringDictionary Constructor (IDictionaryString, String) | 
  
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic LocalizedStringDictionary(
	IDictionary<string, string?>? values
)
Public Sub New ( 
	values As IDictionary(Of String, String)
)
public:
LocalizedStringDictionary(
	IDictionary<String^, String^>^ values
)
new : 
        values : IDictionary<string, string> -> LocalizedStringDictionaryParameters
- values
 - Type: System.Collections.GenericIDictionaryString, String
The values, or  if there is nothing with which to populate the collection. 
See Also