Esempio n. 1
0
 /// <summary>
 /// formats a dictionary type
 /// </summary>
 /// <param name="dictionaryType"></param>
 /// <returns></returns>
 public override string FormatDictionaryType(DictionaryTypeDescriptor dictionaryType)
 {
     return(TypeScriptHelper.FormatDictionaryType(dictionaryType.Key.FormatType(this), dictionaryType.Value.FormatType(this)));
 }