Click or drag to resize
DigitalRuneServiceContainerDispose Method
Releases all resources used by an instance of the ServiceContainer class.

Namespace: DigitalRune.ServiceLocation
Assembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
This method calls the virtual Dispose(Boolean) method, passing in , and then suppresses finalization of the instance.
See Also