[Android.Runtime.Register("setBaseContext", "(Landroid/content/Context;)V", "GetSetBaseContext_Landroid_content_Context_Handler")] public virtual voidSetBaseContext (Context base)
Parameters
base
The new base context for this wrapper.
Remarks
Change the base context for this ContextWrapper. All calls will then be
delegated to the base context. Unlike ContextWrapper, the base context
can be changed even after one is already set.