Android.Content.ISharedPreferences.All Property
Retrieve all values from the preferences.

Syntax

[get: Android.Runtime.Register("getAll", "()Ljava/util/Map;", "GetGetAllHandler:Android.Content.ISharedPreferencesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IDictionary<string, object> All { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerException

Remarks

Retrieve all values from the preferences.

Note that you must not modify the collection returned by this method, or alter any of its contents. The consistency of your stored data is not guaranteed if you do.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1