| ServiceContainerDispose Method |
Namespace: DigitalRune.ServiceLocationAssembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Implements
IDisposableDisposeRemarks
This method calls the virtual
Dispose(Boolean) method, passing in
, and then suppresses finalization of the instance.
See Also