public 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
[Missing <param name="key"/> documentation for "M:WorkZone.Dispatcher.Base.Configuration.Localization.LocalizedText.#ctor(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.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})"]