Documentation for this section has not yet been entered.
Returns an Android.Content.ISharedPreferencesEditor where this Preference can save its value(s). Usually it's easier to use one of the helper save methods: Preference.PersistBoolean(bool), Preference.PersistFloat(float), Preference.PersistInt(int), Preference.PersistLong(long), Preference.PersistString(string). To read values, see Preference.SharedPreferences. If Preference.ShouldCommit returns true, it is this Preference's responsibility to commit.
In some cases, writes to this will not be committed right away and hence not show up in the SharedPreferences, this is intended behavior to improve performance.