Java.Util.ResourceBundle.SetParent Method
Sets the parent resource bundle of this ResourceBundle.

Syntax

[Android.Runtime.Register("setParent", "(Ljava/util/ResourceBundle;)V", "GetSetParent_Ljava_util_ResourceBundle_Handler")]
protected virtual void SetParent (ResourceBundle bundle)

Parameters

bundle
the parent ResourceBundle.

Remarks

Sets the parent resource bundle of this ResourceBundle. The parent is searched for resources which are not found in this ResourceBundle.

[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