Object.Dispose Method

Definition

Overloads

Dispose()
Dispose(Boolean)

Dispose()

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

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Dispose(Boolean)

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

Parameters

disposing
Boolean

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to