C# Class IocPerformance.Adapters.StashboxChildContainerAdapter

Inheritance: IChildContainerAdapter
Mostra file Open project: danielpalme/IocPerformance

Public Methods

Method Description
Dispose ( ) : void
Prepare ( ) : void
Resolve ( Type resolveType ) : object
StashboxChildContainerAdapter ( IStashboxContainer container ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Prepare() public method

public Prepare ( ) : void
return void

Resolve() public method

public Resolve ( Type resolveType ) : object
resolveType System.Type
return object

StashboxChildContainerAdapter() public method

public StashboxChildContainerAdapter ( IStashboxContainer container ) : System
container IStashboxContainer
return System