DeviceInfo.Dispose Method

Definition

Overloads

Dispose()

For internal use by the Xamarin.Forms platform.

Dispose(Boolean)

For internal use by the Xamarin.Forms platform.

Dispose()

For internal use by the Xamarin.Forms platform.

public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit

Implements

System.IDisposable.Dispose

Applies to

Dispose(Boolean)

For internal use by the Xamarin.Forms platform.

protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit

Parameters

disposing
System.Boolean

For internal use by the Xamarin.Forms platform.

Applies to