Android.App.Activity.Finish Method
Call this when your activity is done and should be closed.

Syntax

[Android.Runtime.Register("finish", "()V", "GetFinishHandler")]
public virtual void Finish ()

Remarks

Call this when your activity is done and should be closed. The ActivityResult is propagated back to whoever launched you via onActivityResult().

[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