Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

  • Article

Method Dispose

Dispose(bool)

Disposes the current object.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

true if the Dispose() method has been called, false if the object is being finalized by the garbage collector.

Dispose()

Declaration
public void Dispose()
Implements
  • Navigation

In this article

Dispose(bool)

Dispose()