Android.App.FragmentTransaction.Replace Method
Calls FragmentTransaction.Replace(int, Android.App.Fragment, Android.App.Fragment) with a null tag.

Syntax

[Android.Runtime.Register("replace", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Handler")]
public abstract FragmentTransaction Replace (int containerViewId, Fragment fragment)

Parameters

containerViewId
Documentation for this section has not yet been entered.
fragment
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11