Android.App.Dialog.Create Method
Forces immediate creation of the dialog.

Syntax

[Android.Runtime.Register("create", "()V", "GetCreateHandler")]
public virtual void Create ()

Remarks

Forces immediate creation of the dialog.

Note that you should not override this method to perform dialog creation. Rather, override Dialog.OnCreate(Android.OS.Bundle).

[Android Documentation]

Requirements

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