Android.App.FragmentTransaction.Remove Method
Remove an existing fragment.

Syntax

[Android.Runtime.Register("remove", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetRemove_Landroid_app_Fragment_Handler")]
public abstract FragmentTransaction Remove (Fragment fragment)

Parameters

fragment
The fragment to be removed.

Returns

Documentation for this section has not yet been entered.

Remarks

Remove an existing fragment. If it was added to a container, its view is also removed from that container.

[Android Documentation]

Requirements

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