Parser.Dispose Method

Definition

Releases the resources used by the Parser class.

Overloads

Dispose()

Releases all resources used by the current instance of the Parser.

Dispose(Boolean)

Releases all resources used by the current instance of the Parser.

Dispose()

Releases all resources used by the current instance of the Parser.

public:
 override void Dispose();
public override sealed void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Overrides NotOverridable Sub Dispose ()

Implements

Applies to

Dispose(Boolean)

Releases all resources used by the current instance of the Parser.

protected:
 virtual void Dispose(bool A_0);
protected virtual void Dispose (bool A_0);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (A_0 As Boolean)

Parameters

A_0
Boolean

Applies to