ResourceBundle.SetParent(ResourceBundle) Method

Definition

Sets the parent bundle of this bundle.

[Android.Runtime.Register("setParent", "(Ljava/util/ResourceBundle;)V", "GetSetParent_Ljava_util_ResourceBundle_Handler")]
protected virtual void SetParent (Java.Util.ResourceBundle? parent);
[<Android.Runtime.Register("setParent", "(Ljava/util/ResourceBundle;)V", "GetSetParent_Ljava_util_ResourceBundle_Handler")>]
abstract member SetParent : Java.Util.ResourceBundle -> unit
override this.SetParent : Java.Util.ResourceBundle -> unit

Parameters

parent
ResourceBundle

this bundle's parent bundle.

Attributes

Remarks

Sets the parent bundle of this bundle. The parent bundle is searched by #getObject getObject when this bundle does not contain a particular resource.

Java documentation for java.util.ResourceBundle.setParent(java.util.ResourceBundle).

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.

Applies to