C# Class FeatureSwitch.DefaultDependencyContainer

Inheritance: IDependencyContainer
Show file Open project: valdisiljuconoks/FeatureSwitch Class Usage Examples

Public Methods

Method Description
RegisterType ( Type requestedType, Type implementation ) : void
Resolve ( Type type ) : object

Method Details

RegisterType() public method

public RegisterType ( Type requestedType, Type implementation ) : void
requestedType System.Type
implementation System.Type
return void

Resolve() public method

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