Ejemplo n.º 1
0
 private CustomDictionary GetDictionary(string name)
 {
     return(_settings.GetIndexedValue <CustomDictionarySettings, string, CustomDictionary>(
                x => x.CustomDictionaries, name));
 }