LocalizedText Constructor |
Namespace: WorkZone.Dispatcher.Base.Configuration.LocalizationAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic LocalizedText(
string key,
IReadOnlyDictionary<string, string> translations
)
Public Sub New (
key As String,
translations As IReadOnlyDictionary(Of String, String)
)
public:
LocalizedText(
String^ key,
IReadOnlyDictionary<String^, String^>^ translations
)
new :
key : string *
translations : IReadOnlyDictionary<string, string> -> LocalizedText
Parameters
- key String
[Missing <param name="key"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText.#ctor(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})"]
- translations IReadOnlyDictionaryString, String
[Missing <param name="translations"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText.#ctor(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})"]
See Also