CK.Core.SimpleServiceContainer.Dispose C# (CSharp) Method

Dispose() public method

Disposing calls Clear to unregister all services. Any "on remove" actions are executed.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose( true );
            GC.SuppressFinalize( this );
        }

Same methods

SimpleServiceContainer::Dispose ( bool disposing ) : void