Example #1
0
 protected override IDictionary <string, string> GetNativeSettings()
 {
     return(prefs
            .AsDictionary()
            .Where(x => this.CanTouch(x.Key.ToString()))
            .ToDictionary(x => x.Key.ToString(), x => x.Value.ToString()));
 }