ListResourceBundle.GetContents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array in which each item is a pair of objects in an
Object
array.
[Android.Runtime.Register("getContents", "()[[Ljava/lang/Object;", "GetGetContentsHandler")]
protected abstract Java.Lang.Object[][]? GetContents ();
[<Android.Runtime.Register("getContents", "()[[Ljava/lang/Object;", "GetGetContentsHandler")>]
abstract member GetContents : unit -> Java.Lang.Object[][]
Returns
an array of an Object
array representing a
key-value pair.
- Attributes
Remarks
Returns an array in which each item is a pair of objects in an Object
array. The first element of each pair is the key, which must be a String
, and the second element is the value associated with that key. See the class description for details.
Java documentation for java.util.ListResourceBundle.getContents()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.