Android.App.Fragment.Instantiate Method
Like Fragment.Instantiate(Android.Content.Context, System.String, System.String) but with a null argument Bundle.

Syntax

[Android.Runtime.Register("instantiate", "(Landroid/content/Context;Ljava/lang/String;)Landroid/app/Fragment;", "")]
public static Fragment Instantiate (Android.Content.Context context, string fname)

Parameters

context
Documentation for this section has not yet been entered.
fname
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