Java.Util.ResourceBundle.HandleGetObject Method
Returns the named resource from this ResourceBundle, or null if the resource is not found.

Syntax

[Android.Runtime.Register("handleGetObject", "(Ljava/lang/String;)Ljava/lang/Object;", "GetHandleGetObject_Ljava_lang_String_Handler")]
public abstract Java.Lang.Object HandleGetObject (string key)

Parameters

key
the name of the resource.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the named resource from this ResourceBundle, or null if the resource is not found.

[Android Documentation]

Requirements

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