Show / Hide Table of Contents

Dispose Method

Dispose(bool)

Clean up

C#
protected virtual void Dispose(bool disposing)

Parameters

Type Name Description
bool disposing

Disposing or called from elsewhere.

Dispose()

Clean up.

C#
public void Dispose()
In this article
Back to top Generated by DocFX