Documentation for this section has not yet been entered.
Start a series of edit operations on the Fragments associated with this FragmentManager.
Note: A fragment transaction can only be created/committed prior to an activity saving its state. If you try to commit a transaction after Activity.OnSaveInstanceState(Android.OS.Bundle) (and prior to a following Activity.OnStart or Activity.OnResume, you will get an error. This is because the framework takes care of saving your current fragments in the state, and if changes are made after the state is saved then they will be lost.