Пример #1
0
 public static Dictionary <string, string> AvailableImporters()
 {
     return(Importers
            .OrderBy(i => i.Value.Emulator)
            .ToDictionary(tkey => tkey.Value.Emulator, tvalue => tvalue.Value.Extension));
 }