Dispose()

Component::Dispose(bool) method

Disposable pattern support; does nothing.

void System::ComponentModel::Component::Dispose(bool disposing=false)

Arguments

ParameterTypeDescription
disposingboolIndicates whether Dispose() method is called from Dispose() method rather than from finalizer; ignored.

See Also