System::ComponentModel::Container::Dispose method

Container::Dispose() method

RTTI information.

void System::ComponentModel::Container::Dispose()

Remarks

Disposable pattern support; does nothing.

See Also

Container::Dispose(bool) method

Disposable pattern support; does nothing.

void System::ComponentModel::Container::Dispose(bool disposing)
ParameterTypeDescription
disposingboolIndicates whether Dispose() method is called from Dispose() method rather than from finalizer; ignored.

See Also