jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

[Feature Request] It would be nice if we could list all the existing settings. #39

Closed jonathanantoine closed 7 years ago

jonathanantoine commented 7 years ago

Feature Request:

It would be nice if we could list all the existing settings. If we want to remove only some of them for instance.

foreach (var kVp in CrossSettings.Current.Values) { var key = kVp.Key; var value = kVp.Value; }

Thank you !

Ingenator commented 7 years ago

I need this one too!!

jamesmontemagno commented 7 years ago

Duplicate of #10